We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b35a6d commit 2631113Copy full SHA for 2631113
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
version: ${{ matrix.version }}
31
arch: ${{ matrix.arch }}
32
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
33
- uses: julia-actions/julia-buildpkg@latest
34
- run: |
35
git config --global user.name Tester
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- uses: julia-actions/setup-julia@latest
19
20
- name: Install dependencies
21
run: julia --color=yes --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- name: Build and deploy
0 commit comments