We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5046762 + 42be965 commit 8365b40Copy full SHA for 8365b40
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@v6.0.0
+ uses: actions/checkout@v6.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@v6.0.0
+ - uses: actions/checkout@v6.0.1
19
- name: Run CI
# Ensure the step runs under bash so `pipefail` is supported in the shell flags
0 commit comments