Skip to content

Commit 767db9d

Browse files
authored
Merge pull request #958 from kubernetes/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 5639ba7 + 8ddbbf1 commit 767db9d

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@v4
24+
- uses: actions/checkout@v5
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@v4
41+
- uses: actions/checkout@v5
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@v4
66+
- uses: actions/checkout@v5
6767
with:
6868
path: git-sync
6969

0 commit comments

Comments
 (0)