Skip to content

Commit 42a9bf7

Browse files
authored
[bug fix] fix a typo in github action workflow
1 parent 4104dfc commit 42a9bf7

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
@@ -20,7 +20,7 @@ jobs:
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
steps:
23-
- uses: actions/checkout@2
23+
- uses: actions/checkout@v2
2424
- name: "Set up Julia"
2525
uses: julia-actions/setup-julia@v1
2626
with:

0 commit comments

Comments
 (0)