We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c7c0ae + 94219e2 commit 416e6beCopy full SHA for 416e6be
.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@v5
+ uses: actions/checkout@v6
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@v5
+ - uses: actions/checkout@v6
24
with:
25
persist-credentials: false
26
fetch-depth: 0
0 commit comments