From c0304bf7a6156cf7417473f3ecf124e29ef6c2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:31:39 +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/release-makeosc.yml | 2 +- .github/workflows/release-receiveosc.yml | 2 +- .github/workflows/release-sendosc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-makeosc.yml b/.github/workflows/release-makeosc.yml index cae7df1..9e9a886 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@v5 + - uses: actions/checkout@v6 - 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 e9eecbb..94ef65f 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@v5 + - uses: actions/checkout@v6 - 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 f0d80d0..c349e49 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@v5 + - uses: actions/checkout@v6 - uses: wangyoucao577/go-release-action@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }}