Skip to content

Commit 1c8100c

Browse files
committed
Build(GHActions): Use checkout@v4 instead of outdated v2
1 parent 220468d commit 1c8100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626

2727
# Setup Python/pip
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v4
2929
- uses: s-weigand/setup-conda@v1
3030
with:
3131
conda-channels: conda-forge

0 commit comments

Comments
 (0)