Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 3b8e3c5

Browse files
Merge pull request #122 from SciML/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 1 to 3
2 parents 358ed5d + c68083c commit 3b8e3c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
arch:
2929
- x64
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232
- uses: julia-actions/setup-julia@v1
3333
with:
3434
version: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
4646
permissions:
4747
contents: write
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- uses: julia-actions/setup-julia@v1
5151
with:
5252
version: '1'

.github/workflows/FormatCheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
version: ${{ matrix.julia-version }}
2323

24-
- uses: actions/checkout@v1
24+
- uses: actions/checkout@v3
2525
- name: Install JuliaFormatter and format
2626
# This will use the latest version by default but you can set the version like so:
2727
#

0 commit comments

Comments
 (0)