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 271bd55 commit 09097f5Copy full SHA for 09097f5
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ 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@v1
31
with:
32
version: ${{ matrix.version }}
0 commit comments