Skip to content

Commit 62373af

Browse files
dajudgeclaude
andauthored
Update actions/checkout to v4 (#413)
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 1235189 commit 62373af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
matrix: ${{ steps.set-matrix.outputs.matrix }}
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- id: set-matrix
1616
run: |
1717
matrix=$( cat k8s-versions.json | jq '{version: [keys[] as $k | .[$k].versions[] | .k8s as $v | "\($k) \($v)"]}' -c )
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}
3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Set up JDK
3939
uses: actions/setup-java@v2
4040
with:

0 commit comments

Comments
 (0)