Skip to content

Commit

Permalink
Merge branch 'master' into wx
Browse files Browse the repository at this point in the history
* master:
  Build(GHActions): Use `checkout@v4` instead of outdated `v2`
  • Loading branch information
phdru committed Jan 2, 2024
2 parents 559e132 + f267528 commit 9266f7c
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 @@ -28,7 +28,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 9266f7c

Please sign in to comment.