Skip to content

Commit

Permalink
Build(GHActions): Use checkout@v4 instead of outdated v2
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Jan 2, 2024
1 parent 220468d commit 1c8100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:

# Setup Python/pip
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: s-weigand/setup-conda@v1
with:
conda-channels: conda-forge
Expand Down

0 comments on commit 1c8100c

Please sign in to comment.