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.
actions/checkout
julia-actions/setup-julia
1 parent d59401c commit 382f8e4Copy full SHA for 382f8e4
.github/workflows/documentation.yml
@@ -13,8 +13,8 @@ jobs:
13
contents: write
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
17
- - uses: julia-actions/setup-julia@v1
+ - uses: actions/checkout@v4
+ - uses: julia-actions/setup-julia@v2
18
- name: Install dependencies
19
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20
- name: Build and deploy
.github/workflows/test.yml
@@ -14,8 +14,8 @@ jobs:
- '1.6'
- '1'
- - uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
21
- uses: julia-actions/julia-buildpkg@latest
0 commit comments