From 29c68e74fedbf6407ef335d7b906d7fa90122f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 08:31:31 +0100 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#346) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-tag.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/release_arm.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-tag.yaml b/.github/workflows/publish-tag.yaml index 49ece4e..1bb980b 100644 --- a/.github/workflows/publish-tag.yaml +++ b/.github/workflows/publish-tag.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e8bb9d9..b699b0d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: goarch: ["386", "amd64"] steps: - name: checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: build binaries uses: wangyoucao577/go-release-action@v1.53 with: diff --git a/.github/workflows/release_arm.yaml b/.github/workflows/release_arm.yaml index 5e423e0..02ce27b 100644 --- a/.github/workflows/release_arm.yaml +++ b/.github/workflows/release_arm.yaml @@ -15,7 +15,7 @@ jobs: goarch: ["arm", "arm64"] steps: - name: checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: build binaries uses: wangyoucao577/go-release-action@v1.53 with: