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 e809bc7 + 09097f5 commit 34d1c39Copy full SHA for 34d1c39
.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