Skip to content

Commit c4b2c4a

Browse files
build(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] <[email protected]>
1 parent d7e1753 commit c4b2c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
container: ghcr.io/carapace-sh/go:1.23.1
1111
steps:
1212
- name: shallow clone
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
if: "!startsWith(github.ref, 'refs/tags/')"
1515

1616
- name: deep clone
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
if: startsWith(github.ref, 'refs/tags/')
1919
with:
2020
fetch-depth: 0

0 commit comments

Comments
 (0)