Skip to content

Commit 92fe57a

Browse files
chore(deps): update actions/checkout action to v6
1 parent 19b48fb commit 92fe57a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix: ${{ steps.set-matrix.outputs.matrix }}
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- id: set-matrix
2222
run: echo "matrix=$(ls challenges/ | jq -R -s -c 'split("\n")[:-1]')" >> $GITHUB_OUTPUT
@@ -33,7 +33,7 @@ jobs:
3333
challenge: ${{ fromJson(needs.list-challenges.outputs.matrix) }}
3434

3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v6
3737

3838
- name: Set up Docker Buildx
3939
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)