diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 124adaf5e..efc70f1b8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 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 2d0c5660f..15838d04a 100644 --- a/.github/workflows/docker-ghcrio.yml +++ b/.github/workflows/docker-ghcrio.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Docker meta id: meta uses: docker/metadata-action@v4 diff --git a/.github/workflows/packages-centos-7.yaml b/.github/workflows/packages-centos-7.yaml index fa1dc369a..d69a3f7c8 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@v3 + uses: actions/checkout@v4 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 3551db69f..ec15e8aaa 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@v3 + uses: actions/checkout@v4 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 105b16a08..f71565b3d 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/packages-debian-buster.yaml b/.github/workflows/packages-debian-buster.yaml index c3969306c..560025429 100644 --- a/.github/workflows/packages-debian-buster.yaml +++ b/.github/workflows/packages-debian-buster.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@v3 + uses: actions/checkout@v4 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 735b0a9f2..78310a510 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@v3 + uses: actions/checkout@v4 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 33b35c1d6..48bec55bd 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@v3 + uses: actions/checkout@v4 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 1da999eb7..ee810f42e 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@v3 + uses: actions/checkout@v4 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 fdfcf0da4..3dfb50485 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@v3 + uses: actions/checkout@v4 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 9162b088a..eba04357b 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up QEMU diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 92ed441c1..4ce8b76f4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 200