We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7016ac2 + a783c98 commit b9e3428Copy full SHA for b9e3428
2 files changed
.github/workflows/build.yaml
@@ -20,7 +20,7 @@ jobs:
20
tag: ${{ steps.envvars.outputs.tag }}
21
steps:
22
- name: checkout
23
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v5.0.1
24
25
- name: Prepare env
26
id: envvars
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
container: condaforge/mambaforge:latest
16
17
18
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v5.0.1
19
- name: Run CI
# Ensure the step runs under bash so `pipefail` is supported in the shell flags
0 commit comments