Skip to content

Commit cab38e6

Browse files
Bump actions/checkout from 4.0.0 to 4.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70519b7 commit cab38e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# julia-arch: x86
2727

2828
steps:
29-
- uses: actions/checkout@v4.0.0
29+
- uses: actions/checkout@v4.1.0
3030
- uses: julia-actions/setup-julia@latest
3131
with:
3232
version: ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)