We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f83f6bc + 169e6ec commit 8138cedCopy full SHA for 8138ced
.github/workflows/build_workflow.yml
@@ -37,7 +37,7 @@ jobs:
37
paths_ignore: ${{ env.PATHS_IGNORE }}
38
39
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
40
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
41
42
43
name: Cache Conda
.github/workflows/docs_workflow.yml
@@ -20,7 +20,7 @@ jobs:
20
shell: bash -l {0}
21
timeout-minutes: 20
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
with:
25
persist-credentials: false
26
fetch-depth: 0
0 commit comments