Skip to content

Commit 5bf955c

Browse files
authored
Update checkout action to v3 in CI (#313)
Copied from https://github.com/actions/checkout, hopefully it'll get around the outdated node.js12 jobs warning
1 parent 9c3b73f commit 5bf955c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
julia-arch: x86
3737

3838
steps:
39-
- uses: actions/checkout@v1.0.0
39+
- uses: actions/checkout@v3
4040
- name: "Set up Julia"
4141
uses: julia-actions/setup-julia@v1
4242
with:

0 commit comments

Comments
 (0)