Skip to content

Commit 34d1c39

Browse files
authored
Merge pull request #586 from JuliaPy/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 2 to 4
2 parents e809bc7 + 09097f5 commit 34d1c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install matplotlib
2727
run: if [ "$RUNNER_OS" = "Linux" ]; then sudo apt-get install -y python3-matplotlib; fi
2828
shell: bash
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
- uses: julia-actions/setup-julia@v1
3131
with:
3232
version: ${{ matrix.version }}

0 commit comments

Comments
 (0)