From 8b951fbdca9c2aa84787aeff1e6fcfe244f53c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 13:54:33 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2.7.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2.7.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gotest.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index f61b154..f4a9cd5 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.2.2 - uses: actions/setup-go@v2 with: go-version: 1.22.8 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d366e9..df7b7c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: goreleaser: runs-on: ubuntu-latest-8-cores steps: - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v2.7.0 with: # Allow goreleaser to access older tag information. fetch-depth: 0