Skip to content

Commit dd80e50

Browse files
authored
Merge pull request #77 from exercism/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.1 to 4.2.2
2 parents bec5fa0 + 2b1b1f7 commit dd80e50

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
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3333

3434
- name: Verify all exercises
3535
run: bin/verify-exercises

0 commit comments

Comments
 (0)