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.
2 parents 8cd20ef + 34d1c39 commit 130399cCopy full SHA for 130399c
.github/workflows/CI.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Install matplotlib
27
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
28
shell: bash
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
30
- uses: julia-actions/setup-julia@v2
31
with:
32
version: ${{ matrix.version }}
33
arch: ${{ matrix.arch }}
34
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
35
env:
36
cache-name: cache-artifacts
37
0 commit comments