Skip to content

Commit fc45b7c

Browse files
authored
Merge pull request #39 from exercism/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.0 to 4.2.2
2 parents b6cec70 + 0c1f13e commit fc45b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)