Skip to content

Commit be92879

Browse files
chore(deps): 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](actions/checkout@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] <support@github.com>
1 parent 677d718 commit be92879

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gitee-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3636
- name: Checkout source code
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838

3939
- name: Mirror Github to Gitee
4040
uses: Yikun/hub-mirror-action@v1.5

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
go-version: ${{ env.GO_VERSION }}
5656

5757
- name: Checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959

6060
- name: License Header Check
6161
run: make verify-copyright
@@ -75,7 +75,7 @@ jobs:
7575
go-version: ${{ env.GO_VERSION }}
7676

7777
- name: Checkout
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979

8080
# This action uses its own setup-go, which always seems to use the latest
8181
# stable version of Go. We could run 'make lint' to ensure our desired Go

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Set ROOT_DIR environment variable
3434
run: |

0 commit comments

Comments
 (0)