We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 419ba7b + 4eab864 commit 25d70ecCopy full SHA for 25d70ec
2 files changed
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: true
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
- name: Fetch full git history
17
run: git fetch --prune --unshallow
18
- name: Set up Conda env
.github/workflows/pre-commit.yml
@@ -19,7 +19,7 @@ jobs:
19
PRE_COMMIT_USE_MICROMAMBA: 1
20
21
- name: Checkout branch
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
- name: Set up micromamba
24
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
25
- name: Add micromamba to GITHUB_PATH
0 commit comments