diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4572317b2..08943341a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/docker-ghcrio.yml b/.github/workflows/docker-ghcrio.yml index 9003b8a88..8ebd011df 100644 --- a/.github/workflows/docker-ghcrio.yml +++ b/.github/workflows/docker-ghcrio.yml @@ -62,7 +62,7 @@ jobs: - prepare steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-tags: true ref: ${{ github.ref }} @@ -112,14 +112,14 @@ jobs: - name: Check out code if: github.event_name == 'workflow_dispatch' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.ref }} fetch-tags: true - name: Check out code if: github.event_name != 'workflow_dispatch' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-tags: true ref: ${{ github.ref }} diff --git a/.github/workflows/packages-centos-7.yaml b/.github/workflows/packages-centos-7.yaml index ce4acbc05..addc9f337 100644 --- a/.github/workflows/packages-centos-7.yaml +++ b/.github/workflows/packages-centos-7.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-debian-bookworm.yaml b/.github/workflows/packages-debian-bookworm.yaml index ce01d93b7..a8e924637 100644 --- a/.github/workflows/packages-debian-bookworm.yaml +++ b/.github/workflows/packages-debian-bookworm.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-debian-bullseye.yaml b/.github/workflows/packages-debian-bullseye.yaml index 48052f2d4..586eb216d 100644 --- a/.github/workflows/packages-debian-bullseye.yaml +++ b/.github/workflows/packages-debian-bullseye.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-rockylinux-8.yaml b/.github/workflows/packages-rockylinux-8.yaml index e1395e7d8..fe41c02c2 100644 --- a/.github/workflows/packages-rockylinux-8.yaml +++ b/.github/workflows/packages-rockylinux-8.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-rockylinux-9.yaml b/.github/workflows/packages-rockylinux-9.yaml index 7481abb7f..ac122ef98 100644 --- a/.github/workflows/packages-rockylinux-9.yaml +++ b/.github/workflows/packages-rockylinux-9.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-ubuntu-18.04.yaml b/.github/workflows/packages-ubuntu-18.04.yaml index 129e4a5bd..dcda7ab24 100644 --- a/.github/workflows/packages-ubuntu-18.04.yaml +++ b/.github/workflows/packages-ubuntu-18.04.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-ubuntu-20.04.yaml b/.github/workflows/packages-ubuntu-20.04.yaml index 3ceb84ed1..cb5948976 100644 --- a/.github/workflows/packages-ubuntu-20.04.yaml +++ b/.github/workflows/packages-ubuntu-20.04.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-ubuntu-22.04.yaml b/.github/workflows/packages-ubuntu-22.04.yaml index 635596915..69cd54779 100644 --- a/.github/workflows/packages-ubuntu-22.04.yaml +++ b/.github/workflows/packages-ubuntu-22.04.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-ubuntu-24.04.yaml b/.github/workflows/packages-ubuntu-24.04.yaml index 330d3dea6..4d627ee36 100644 --- a/.github/workflows/packages-ubuntu-24.04.yaml +++ b/.github/workflows/packages-ubuntu-24.04.yaml @@ -32,7 +32,7 @@ jobs: sudo apt-get install libcairo2-dev mercurial pkg-config wget -y gem install package_cloud - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e80456cb5..aea7c5399 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 200