Skip to content

Commit 0002e55

Browse files
Bump actions/checkout from 4.1.5 to 4.1.6 (#738)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@44c2b7a...a5ac7e5) --- 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 0f43d50 commit 0002e55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-rebase.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
11+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1212
- name: Automatic Rebase
1313
uses: cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691
1414
env:

.github/workflows/exercise-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
os: macos-14
3030

3131
steps:
32-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
32+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
3333

3434
- uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874
3535
with:
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-22.04
4949

5050
steps:
51-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
51+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
5252

5353
- name: Pull julia-test-runner image
5454
run: docker pull exercism/julia-test-runner

0 commit comments

Comments
 (0)