Skip to content

Commit 4aa0593

Browse files
authored
Merge pull request #30 from exercism/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents af0af28 + 16ec439 commit 4aa0593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
19+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2020

2121
- name: Touch all
2222
run: find * -type f | xargs touch

0 commit comments

Comments
 (0)