Skip to content

Commit 64f4b18

Browse files
authored
Merge pull request #64 from carapace-sh/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents d7e1753 + c4b2c4a commit 64f4b18

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)