Skip to content

Commit a8ff501

Browse files
authored
Merge pull request #56 from JuliaMath/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents b803139 + 99877a9 commit a8ff501

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
@@ -22,7 +22,7 @@ jobs:
2222
arch:
2323
- x64
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626
- uses: julia-actions/setup-julia@v1
2727
with:
2828
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)