Skip to content

Commit 34def64

Browse files
authored
Merge pull request #968 from kubernetes/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents d499de1 + da09683 commit 34def64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version: '1.24.1'
2323

24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
path: git-sync
2727

@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
go-version: '1.24.1'
4040

41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
with:
4343
path: git-sync
4444

@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
go-version: '1.24.1'
6565

66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@v6
6767
with:
6868
path: git-sync
6969

0 commit comments

Comments
 (0)