From 89992cad000002f374c1d5d1beec78024fd3265f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:16:37 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 5e41ba5..5799b27 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -14,6 +14,6 @@ jobs: needs: check steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Build run: go build . diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c2fc539..3a1f85f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: goos: [linux, windows, darwin] goarch: [arm64, amd64] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: wangyoucao577/go-release-action@v1.53 with: github_token: ${{ secrets.GITHUB_TOKEN }}