Skip to content

Commit e93fb16

Browse files
Bump actions/checkout from 4.1.2 to 4.1.4 (#730)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9bb5618...0ad4b8f) --- 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 ea67d2f commit e93fb16

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@9bb56186c3b09b4f86b1c65136769dd318469633
11+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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
@@ -26,7 +26,7 @@ jobs:
2626
os: [ubuntu-22.04, windows-2022, macOS-latest]
2727

2828
steps:
29-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
29+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
3030

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

4747
steps:
48-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
48+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4949

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

0 commit comments

Comments
 (0)