Skip to content

Commit f165c57

Browse files
Update actions/checkout version
1 parent 8739f2e commit f165c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/0-start-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333

3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
ref: main
3939

4040
- name: Get response templates
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242
with:
4343
repository: skills/exercise-toolkit
4444
path: exercise-toolkit

0 commit comments

Comments
 (0)