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 947c68f commit 8d1f4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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 8d1f4a7

Please sign in to comment.