Skip to content

Commit 4dabc2b

Browse files
authored
Merge pull request #58 from exercism/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.0 to 4.2.2
2 parents 8552db9 + e5413c4 commit 4dabc2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # 4.2.0
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
1818

1919
- name: Run Tests in Docker
2020
run: bin/run-tests-in-docker.sh

0 commit comments

Comments
 (0)