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 267d08e commit fcfbd2bCopy full SHA for fcfbd2b
.github/workflows/Documenter.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Documentation
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
- run: |
15
sudo apt-get install python3-matplotlib
16
- uses: julia-actions/julia-buildpkg@latest
.github/workflows/ci.yml
@@ -23,12 +23,12 @@ jobs:
23
arch:
24
- x64
25
26
27
- - uses: julia-actions/setup-julia@v1
+ - uses: julia-actions/setup-julia@v2
28
with:
29
version: ${{ matrix.version }}
30
arch: ${{ matrix.arch }}
31
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
32
env:
33
cache-name: cache-artifacts
34
0 commit comments