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](0ad4b8fada...692973e3d9)

---
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>
This commit is contained in:
dependabot[bot]
2024-06-19 14:09:36 -04:00
committed by GitHub
parent 8b51a9e9c2
commit cee4ae9b69
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
steps:
- name: Checkout Example.jl
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
repository: julia-actions/Example.jl
@@ -41,7 +41,7 @@ jobs:
shell: bash
- name: Checkout julia-runtest
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
path: ./.github/actions/julia-runtest