Bump actions/checkout from 4.1.1 to 4.1.4 (#109)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...0ad4b8fada)

---
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 12:30:13 -04:00
committed by GitHub
parent 7e64b540de
commit e9ab5aa2d3
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -32,7 +32,7 @@ jobs:
steps: steps:
- name: Checkout julia-runtest - name: Checkout julia-runtest
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd - uses: julia-actions/setup-julia@a1561e938c17e7aaf8236334d6d533e774c71dcd
with: with: