Skip to content

Commit cbfeaee

Browse files
authored
Merge pull request #78 from JuliaLinearAlgebra/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents a9ac61c + f80fd8a commit cbfeaee

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
@@ -18,7 +18,7 @@ jobs:
1818
- '3'
1919
os: [ubuntu-latest, windows-latest, macOS-latest]
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- uses: julia-actions/setup-julia@v1
2323
with:
2424
version: ${{ matrix.julia-version }}

0 commit comments

Comments
 (0)