From 0375807050aa0f2db3d0f62b05323f20192ad7cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 12:00:57 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [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/v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gen.yaml | 2 +- .github/workflows/gotest.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gen.yaml b/.github/workflows/gen.yaml index c97c5bd..e2027b8 100644 --- a/.github/workflows/gen.yaml +++ b/.github/workflows/gen.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: 1.22.8 - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - name: Make Gen run: make --output-sync -B gen - name: Check for unstaged files diff --git a/.github/workflows/gotest.yml b/.github/workflows/gotest.yml index 3253c57..9ab5ef0 100644 --- a/.github/workflows/gotest.yml +++ b/.github/workflows/gotest.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: 1.22.8 - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - name: Install gotestsum shell: bash run: go install gotest.tools/gotestsum@latest diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4de789f..262b907 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 - uses: actions/setup-go@v5 with: go-version: 1.22.8