We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48d2f5 commit 27aa712Copy full SHA for 27aa712
.github/workflows/downstream.yml
@@ -23,14 +23,14 @@ jobs:
23
- {repo: ApproxFunSingularities.jl, group: JuliaApproximation}
24
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
27
- uses: julia-actions/setup-julia@v1
28
with:
29
version: ${{ matrix.julia-version }}
30
arch: x64
31
- uses: julia-actions/julia-buildpkg@latest
32
- name: Clone Downstream
33
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
34
35
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
36
path: downstream
0 commit comments