Skip to content

Commit e30387e

Browse files
authored
Use checkout action v3 in CI (#128)
1 parent f919bc3 commit e30387e

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
@@ -34,7 +34,7 @@ jobs:
3434
arch:
3535
- x64
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- uses: julia-actions/setup-julia@v1
3939
with:
4040
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)