Skip to content

Commit

Permalink
Merge pull request #21 from miquelmassot/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
miquelmassot committed May 10, 2024
2 parents f9239b9 + f8f08c0 commit e021a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install dependencies on Ubuntu
Expand Down

0 comments on commit e021a95

Please sign in to comment.