Skip to content

Commit a2be14d

Browse files
Bump actions/checkout from 4 to 5 (#61)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ac6b31 commit a2be14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout Example.jl
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
repository: julia-actions/Example.jl
4646

@@ -49,7 +49,7 @@ jobs:
4949
shell: bash
5050

5151
- name: Checkout julia-buildpkg
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
with:
5454
path: ./.github/actions/julia-buildpkg
5555

0 commit comments

Comments
 (0)