Skip to content

Commit a623269

Browse files
Merge pull request #13 from JuliaGeo/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents cf8adad + 6247312 commit a623269

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
- {user: Alexander-Barth, repo: TIFFDatasets.jl}
2727

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/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
arch:
1818
- x64
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- uses: julia-actions/setup-julia@v1
2222
with:
2323
version: ${{ matrix.version }}
@@ -46,7 +46,7 @@ jobs:
4646
name: Documentation
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@v3
5050
- uses: julia-actions/setup-julia@v1
5151
with:
5252
version: '1'

0 commit comments

Comments
 (0)