We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5ca3cf + 2a6fc22 commit acfda03Copy full SHA for acfda03
2 files changed
.github/workflows/build.yaml
@@ -26,7 +26,7 @@ jobs:
26
sudo docker builder prune -a
27
28
- name: checkout
29
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
30
31
- name: Prepare env
32
id: envvars
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
container: condaforge/mambaforge:latest
16
17
steps:
18
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.2
19
20
- name: Run CI
21
# Ensure the step runs under bash so `pipefail` is supported in the shell flags
0 commit comments