Skip to content

Commit

Permalink
update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
klindsay28 committed Mar 28, 2024
1 parent 0bd1f97 commit 6f156a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- python-version: 3.12
environment-file: ci/environment.yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Fetch all history for all branches and tags.

Expand Down

0 comments on commit 6f156a5

Please sign in to comment.