Skip to content

Commit 39dbdb9

Browse files
authored
Merge pull request #6 from JuliaMath/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 4aa6827 + 6b2e92c commit 39dbdb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
arch:
2424
- x64
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- uses: julia-actions/setup-julia@v1
2828
with:
2929
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)