Skip to content

Commit 51a14cc

Browse files
authored
fix action version (#2736)
Signed-off-by: David Fridrich <fridrich.david19@gmail.com>
1 parent 7ce6373 commit 51a14cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-knative-hack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Update components
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
1919
go-version: 1.23.0

0 commit comments

Comments
 (0)