From 89271c53a5a3047400ef21c24b8290efefc4422b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:37:39 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codespell.yaml | 2 +- .github/workflows/docker-publish.yaml | 2 +- .github/workflows/docker-push.yaml | 2 +- .github/workflows/golangci-lint.yaml | 2 +- .github/workflows/test-and-build.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codespell.yaml b/.github/workflows/codespell.yaml index c7c8b344..8eb7646b 100644 --- a/.github/workflows/codespell.yaml +++ b/.github/workflows/codespell.yaml @@ -12,7 +12,7 @@ jobs: name: codespell runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: codespell uses: codespell-project/actions-codespell@master with: diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index 09fd6b8c..fa19c3dc 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -18,7 +18,7 @@ jobs: with: go-version: ${{ matrix.go }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/docker-push.yaml b/.github/workflows/docker-push.yaml index 3034095d..0a4f819b 100644 --- a/.github/workflows/docker-push.yaml +++ b/.github/workflows/docker-push.yaml @@ -18,7 +18,7 @@ jobs: with: go-version: ${{ matrix.go }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index e6f0dd61..4167d7bd 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -15,7 +15,7 @@ jobs: with: go-version: 1.17 - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: golangci-lint diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 86bfc071..db04be52 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -17,7 +17,7 @@ jobs: with: go-version: ${{ matrix.go }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0