Skip to content

Commit 947162c

Browse files
authored
Pin actions/checkout version to 5.0.0
1 parent 716ecc8 commit 947162c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
container: condaforge/mambaforge:latest
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v5.0.0
1919

2020
- name: Run CI
2121
# Ensure the step runs under bash so `pipefail` is supported in the shell flags

0 commit comments

Comments
 (0)