Skip to content

Commit 7133c65

Browse files
Merge pull request #254 from SciML/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 1 to 3
2 parents 0b0bc9d + d7448aa commit 7133c65

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- '1'
1919
- '1.6'
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- uses: julia-actions/setup-julia@v1
2323
with:
2424
version: ${{ matrix.version }}

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- uses: julia-actions/setup-julia@latest
1717
with:
1818
version: '1'

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
- {user: SciML, repo: OrdinaryDiffEq.jl, group: Interface}
2727
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- uses: julia-actions/setup-julia@v1
3131
with:
3232
version: ${{ matrix.julia-version }}
3333
arch: x64
3434
- uses: julia-actions/julia-buildpkg@latest
3535
- name: Clone Downstream
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737
with:
3838
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
3939
path: downstream

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
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)