Skip to content

Commit 0151d30

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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] <[email protected]>
1 parent d6ac580 commit 0151d30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Check out code into $GITHUB_WORKSPACE directory
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Set up Go
2727
uses: actions/setup-go@v5
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Check out code into $GITHUB_WORKSPACE directory
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v6
6464

6565
- name: Set up Go
6666
uses: actions/setup-go@v5
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787

8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v6
9090
- name: Test in FreeBSD
9191
id: test
9292
uses: vmactions/freebsd-vm@v1

0 commit comments

Comments
 (0)