Skip to content

Commit cee4ae9

Browse files
Bump actions/checkout from 4.1.4 to 4.1.7 (#114)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 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@0ad4b8f...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b51a9e commit cee4ae9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout Example.jl
35-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3636
with:
3737
repository: julia-actions/Example.jl
3838

@@ -41,7 +41,7 @@ jobs:
4141
shell: bash
4242

4343
- name: Checkout julia-runtest
44-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
44+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4545
with:
4646
path: ./.github/actions/julia-runtest
4747

.github/workflows/test_logger_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout julia-runtest
35-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
35+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3636

3737
- uses: julia-actions/setup-julia@f2258781c657ad9b4b88072c5eeaf9ec8c370874
3838
with:

0 commit comments

Comments
 (0)