Skip to content

Commit

Permalink
Merge pull request #12 from acvigue/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
acvigue authored Sep 5, 2023
2 parents 883bc69 + 50170b9 commit 9c3f9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set up Python
Expand Down

0 comments on commit 9c3f9bd

Please sign in to comment.