Skip to content

Commit 27aa712

Browse files
authored
use checkout v3 in downstream tests (#133)
1 parent f48d2f5 commit 27aa712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
- {repo: ApproxFunSingularities.jl, group: JuliaApproximation}
2424

2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- uses: julia-actions/setup-julia@v1
2828
with:
2929
version: ${{ matrix.julia-version }}
3030
arch: x64
3131
- uses: julia-actions/julia-buildpkg@latest
3232
- name: Clone Downstream
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v3
3434
with:
3535
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
3636
path: downstream

0 commit comments

Comments
 (0)