From fe499f0c21717a9c7ba0e498aa0d79bc8f92e78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:53:16 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-makeosc.yml | 2 +- .github/workflows/release-receiveosc.yml | 2 +- .github/workflows/release-sendosc.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-makeosc.yml b/.github/workflows/release-makeosc.yml index 9e9a886..3172d98 100644 --- a/.github/workflows/release-makeosc.yml +++ b/.github/workflows/release-makeosc.yml @@ -36,7 +36,7 @@ jobs: - goarch: "386" goos: darwin steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-receiveosc.yml b/.github/workflows/release-receiveosc.yml index 94ef65f..d4746c6 100644 --- a/.github/workflows/release-receiveosc.yml +++ b/.github/workflows/release-receiveosc.yml @@ -36,7 +36,7 @@ jobs: - goarch: "386" goos: darwin steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release-sendosc.yml b/.github/workflows/release-sendosc.yml index c349e49..23bd1ae 100644 --- a/.github/workflows/release-sendosc.yml +++ b/.github/workflows/release-sendosc.yml @@ -36,7 +36,7 @@ jobs: - goarch: "386" goos: darwin steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4454a7..a9a6611 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Go uses: actions/setup-go@v6 with: