Skip to content

Commit 476043c

Browse files
dependabot[bot]glennj
authored andcommitted
Bump actions/checkout from 4.1.6 to 4.1.7 (exercism#354)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c78f443 commit 476043c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get update && sudo apt-get -y install tcl-thread
1919
2020
- name: Checkout
21-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
21+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2222

2323
- name: Run tests for all exercises
2424
run: bash bin/ci

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt-get update && sudo apt-get -y install tcl-thread
1515
1616
- name: Checkout PR
17-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
17+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1818

1919
- name: Run tests for changed/added exercises
2020
env:

0 commit comments

Comments
 (0)