From b9b5cea2ef8c4aeffb8ae3949fb79942acde082c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:32:24 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible.yml | 8 ++++---- .github/workflows/auto-instrumentation.yml | 8 ++++---- .github/workflows/bosh-release.yml | 2 +- .github/workflows/build-and-test.yml | 14 +++++++------- .github/workflows/chef-test.yml | 8 ++++---- .github/workflows/chef.yml | 2 +- .github/workflows/cleanup-closed-pr.yml | 2 +- .github/workflows/cloudfoundry_buildpack.yml | 2 +- .github/workflows/darwin-test.yml | 2 +- .github/workflows/gendependabot.yml | 2 +- .github/workflows/installer-script-test.yml | 4 ++-- .github/workflows/integration-test.yml | 6 +++--- .github/workflows/lint-examples.yml | 2 +- .github/workflows/linux-package-test.yml | 14 +++++++------- .github/workflows/lychee.yml | 2 +- .github/workflows/nomad.yml | 2 +- .github/workflows/puppet-test.yml | 10 +++++----- .github/workflows/puppet.yml | 2 +- .github/workflows/release-requirements.yml | 2 +- .github/workflows/salt-test.yml | 6 +++--- .github/workflows/tanzu-tile.yml | 2 +- .github/workflows/vuln-scans.yml | 10 +++++----- .../workflows/win-installer-script-test.yml | 2 +- .github/workflows/win-package-test.yml | 18 +++++++++--------- .github/workflows/windows-test.yml | 2 +- 25 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 96bd6da567..0d2022504d 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python 3. uses: actions/setup-python@v4 @@ -84,7 +84,7 @@ jobs: steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: DamianReeves/write-file-action@v1.2 with: @@ -144,7 +144,7 @@ jobs: - with_instrumentation steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: DamianReeves/write-file-action@v1.2 with: @@ -181,7 +181,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Read current version of the Ansible Collection id: read-galaxy-yaml diff --git a/.github/workflows/auto-instrumentation.yml b/.github/workflows/auto-instrumentation.yml index c8c891f813..a5ca3dd1c6 100644 --- a/.github/workflows/auto-instrumentation.yml +++ b/.github/workflows/auto-instrumentation.yml @@ -22,7 +22,7 @@ jobs: ARCH: [ "amd64", "arm64" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up QEMU if: ${{ matrix.ARCH == 'arm64' }} @@ -51,7 +51,7 @@ jobs: ARCH: [ "amd64", "arm64"] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -92,7 +92,7 @@ jobs: ARCH: arm64 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Downloading splunk-otel-auto-instrumentation-${{ matrix.ARCH }}-deb uses: actions/download-artifact@v3 @@ -121,7 +121,7 @@ jobs: ARCH: [ "amd64", "arm64" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Downloading splunk-otel-auto-instrumentation-${{ matrix.ARCH }}-rpm uses: actions/download-artifact@v3 diff --git a/.github/workflows/bosh-release.yml b/.github/workflows/bosh-release.yml index 5b9db6969e..0bd46027fe 100644 --- a/.github/workflows/bosh-release.yml +++ b/.github/workflows/bosh-release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@251cc053a43110ce4dea3cdb6f038147c82d0257 diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7ebfa4c1e4..38f7dddf19 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -55,7 +55,7 @@ jobs: needs: [setup-environment] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -79,7 +79,7 @@ jobs: needs: [setup-environment] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -105,7 +105,7 @@ jobs: needs: [setup-environment] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -132,7 +132,7 @@ jobs: needs: [setup-environment] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -161,7 +161,7 @@ jobs: needs: [setup-environment] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -195,7 +195,7 @@ jobs: SYS_BINARIES: [ "binaries-darwin_amd64", "binaries-darwin_arm64", "binaries-linux_amd64", "binaries-linux_arm64", "binaries-windows_amd64", "binaries-linux_ppc64le" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 diff --git a/.github/workflows/chef-test.yml b/.github/workflows/chef-test.yml index adead1705a..968a3ce570 100644 --- a/.github/workflows/chef-test.yml +++ b/.github/workflows/chef-test.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: lint run: make lint @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get linux distros and suites id: get-linux-matrix @@ -87,7 +87,7 @@ jobs: fail-fast: false steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install chef uses: actionshub/chef-install@2.0.4 @@ -110,7 +110,7 @@ jobs: fail-fast: false steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install chef uses: actionshub/chef-install@2.0.4 diff --git a/.github/workflows/chef.yml b/.github/workflows/chef.yml index 5271ecbb4b..05507d6cee 100644 --- a/.github/workflows/chef.yml +++ b/.github/workflows/chef.yml @@ -22,7 +22,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Read version from metadata.rb id: read-metadata diff --git a/.github/workflows/cleanup-closed-pr.yml b/.github/workflows/cleanup-closed-pr.yml index 82550f8de4..5411c678a1 100644 --- a/.github/workflows/cleanup-closed-pr.yml +++ b/.github/workflows/cleanup-closed-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache Cleanup run: | diff --git a/.github/workflows/cloudfoundry_buildpack.yml b/.github/workflows/cloudfoundry_buildpack.yml index 63e575f898..1d8a00d03d 100644 --- a/.github/workflows/cloudfoundry_buildpack.yml +++ b/.github/workflows/cloudfoundry_buildpack.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup script's input argument directories shell: bash diff --git a/.github/workflows/darwin-test.yml b/.github/workflows/darwin-test.yml index b18c750fa4..8e5cb29c67 100644 --- a/.github/workflows/darwin-test.yml +++ b/.github/workflows/darwin-test.yml @@ -31,7 +31,7 @@ jobs: OS: [ "macos-11", "macos-12", "macos-11-arm64" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 diff --git a/.github/workflows/gendependabot.yml b/.github/workflows/gendependabot.yml index 641bda8350..a5f948fa01 100644 --- a/.github/workflows/gendependabot.yml +++ b/.github/workflows/gendependabot.yml @@ -14,7 +14,7 @@ jobs: gendependabot: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/installer-script-test.yml b/.github/workflows/installer-script-test.yml index e17384f7cb..5967073fa2 100644 --- a/.github/workflows/installer-script-test.yml +++ b/.github/workflows/installer-script-test.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get distros id: get-matrix @@ -57,7 +57,7 @@ jobs: REQUIREMENTS_PATH: "internal/buildscripts/packaging/tests/requirements.txt" steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: docker/setup-qemu-action@v2 if: ${{ matrix.ARCH != 'amd64' }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 9934d3b063..07af5b90af 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -35,7 +35,7 @@ jobs: matrix: ARCH: [ "amd64", "arm64" ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-go@v4 @@ -75,7 +75,7 @@ jobs: fail-fast: false needs: [docker-otelcol] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-go@v4 @@ -108,7 +108,7 @@ jobs: ARCH: [ "amd64", "arm64" ] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-go@v4 diff --git a/.github/workflows/lint-examples.yml b/.github/workflows/lint-examples.yml index ad920eaeec..fec2c28dea 100644 --- a/.github/workflows/lint-examples.yml +++ b/.github/workflows/lint-examples.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 diff --git a/.github/workflows/linux-package-test.yml b/.github/workflows/linux-package-test.yml index a2913e4f93..9e931ed5d6 100644 --- a/.github/workflows/linux-package-test.yml +++ b/.github/workflows/linux-package-test.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -57,7 +57,7 @@ jobs: SYS_BINARIES: [ "binaries-linux_amd64", "binaries-linux_arm64", "binaries-linux_ppc64le" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -83,7 +83,7 @@ jobs: ARCH: ["amd64", "arm64"] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 id: bundle-cache @@ -119,7 +119,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -153,7 +153,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get matrix id: get-matrix @@ -182,7 +182,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get package type for ${{ matrix.DISTRO }} run: | @@ -259,7 +259,7 @@ jobs: ARCH: [ "amd64", "arm64", "ppc64le" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 3eb87371a4..90e04d335b 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -17,7 +17,7 @@ jobs: # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: lychee Link Checker id: lychee uses: lycheeverse/lychee-action@v1.8.0 diff --git a/.github/workflows/nomad.yml b/.github/workflows/nomad.yml index b8bcfa400b..485894a831 100644 --- a/.github/workflows/nomad.yml +++ b/.github/workflows/nomad.yml @@ -28,7 +28,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Nomad and Consul. run: | diff --git a/.github/workflows/puppet-test.yml b/.github/workflows/puppet-test.yml index 4003c6e751..b0e69c4570 100644 --- a/.github/workflows/puppet-test.yml +++ b/.github/workflows/puppet-test.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint run: | @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint run: | @@ -58,7 +58,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get matrix id: get-matrix @@ -90,7 +90,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 @@ -147,7 +147,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 diff --git a/.github/workflows/puppet.yml b/.github/workflows/puppet.yml index 9f627dc05b..3748403477 100644 --- a/.github/workflows/puppet.yml +++ b/.github/workflows/puppet.yml @@ -22,7 +22,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Read version from metadata.json id: read-metadata-json diff --git a/.github/workflows/release-requirements.yml b/.github/workflows/release-requirements.yml index 41daed793e..de1d60a5f7 100644 --- a/.github/workflows/release-requirements.yml +++ b/.github/workflows/release-requirements.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 diff --git a/.github/workflows/salt-test.yml b/.github/workflows/salt-test.yml index a7b7d0c18a..a1c5368d23 100644 --- a/.github/workflows/salt-test.yml +++ b/.github/workflows/salt-test.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Lint run: | @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get matrix id: get-matrix @@ -76,7 +76,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 diff --git a/.github/workflows/tanzu-tile.yml b/.github/workflows/tanzu-tile.yml index 3c15658641..51429a148e 100644 --- a/.github/workflows/tanzu-tile.yml +++ b/.github/workflows/tanzu-tile.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@master diff --git a/.github/workflows/vuln-scans.yml b/.github/workflows/vuln-scans.yml index 60d372b415..b6baf0faa4 100644 --- a/.github/workflows/vuln-scans.yml +++ b/.github/workflows/vuln-scans.yml @@ -22,7 +22,7 @@ jobs: # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run trivy filesystem scan uses: aquasecurity/trivy-action@0.12.0 with: @@ -37,7 +37,7 @@ jobs: anchore-fs-scan: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: anchore/scan-action@v3 with: severity-cutoff: "high" @@ -53,7 +53,7 @@ jobs: ARCH: [ "amd64", "arm64" ] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: go-version: ${{ env.GO_VERSION }} @@ -90,7 +90,7 @@ jobs: ARCH: [ "amd64", "arm64" ] fail-fast: false steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: docker/setup-qemu-action@v2 if: ${{ matrix.ARCH != 'amd64' }} with: @@ -121,7 +121,7 @@ jobs: env: GRYPE_PLATFORM: ${{ matrix.ARCH }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: docker/setup-qemu-action@v2 if: ${{ matrix.ARCH != 'amd64' }} with: diff --git a/.github/workflows/win-installer-script-test.yml b/.github/workflows/win-installer-script-test.yml index 42adfceee1..62635d698c 100644 --- a/.github/workflows/win-installer-script-test.yml +++ b/.github/workflows/win-installer-script-test.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Installation test run: | diff --git a/.github/workflows/win-package-test.yml b/.github/workflows/win-package-test.yml index c5f49c6d6e..a6d6c34896 100644 --- a/.github/workflows/win-package-test.yml +++ b/.github/workflows/win-package-test.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -52,7 +52,7 @@ jobs: SYS_BINARIES: [ "binaries-windows_amd64" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -76,7 +76,7 @@ jobs: env: PIP_CACHE_DIR: ${{ github.workspace }}/.cache/pip steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/cache@v3 with: @@ -96,7 +96,7 @@ jobs: needs: [cross-compile, agent-bundle-windows] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -133,7 +133,7 @@ jobs: needs: [msi-build] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4 @@ -173,7 +173,7 @@ jobs: WITH_FLUENTD: [ "true", "false" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Downloading msi build uses: actions/download-artifact@v3 @@ -212,7 +212,7 @@ jobs: needs: [msi-build] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Downloading msi build uses: actions/download-artifact@v3 @@ -263,7 +263,7 @@ jobs: fail-fast: false steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Downloading choco build uses: actions/download-artifact@v3 @@ -332,7 +332,7 @@ jobs: OS: [ "windows-2019", "windows-2022" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Downloading binaries-windows_amd64 uses: actions/download-artifact@v3 diff --git a/.github/workflows/windows-test.yml b/.github/workflows/windows-test.yml index a060e5bdb1..be1642b722 100644 --- a/.github/workflows/windows-test.yml +++ b/.github/workflows/windows-test.yml @@ -30,7 +30,7 @@ jobs: OS: [ "windows-2019", "windows-2022" ] steps: - name: Check out the codebase. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v4