Skip to content

Commit 45b1b7a

Browse files
Bump actions/checkout from 4.1.7 to 4.2.1 (#813)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...eef6144) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31319f9 commit 45b1b7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/auto-rebase.yml

Lines changed: 1 addition & 1 deletion
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@692973e3d937129bcbf40652eb9f2f61becf3332
11+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1212
- name: Automatic Rebase
1313
uses: cirrus-actions/rebase@b87d48154a87a85666003575337e27b8cd65f691
1414
env:

.github/workflows/exercise-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ubuntu-22.04, windows-2022, macos-14]
2727

2828
steps:
29-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
29+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
3030

3131
- uses: julia-actions/setup-julia@780022b48dfc0c2c6b94cfee6a9284850107d037
3232
with:
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-22.04
4646

4747
steps:
48-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
48+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
4949

5050
- name: Pull julia-test-runner image
5151
run: docker pull exercism/julia-test-runner

0 commit comments

Comments
 (0)