Skip to content

Commit b6764e5

Browse files
authored
Merge pull request JuliaLinearAlgebra#10 from JuliaLinearAlgebra/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2 parents 70519b7 + cab38e6 commit b6764e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
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)