Skip to content

Commit 25d70ec

Browse files
authored
Merge pull request #84 from betatim/dependabot/github_actions/dependencies-76468cb07f
2 parents 419ba7b + 4eab864 commit 25d70ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Fetch full git history
1717
run: git fetch --prune --unshallow
1818
- name: Set up Conda env

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
PRE_COMMIT_USE_MICROMAMBA: 1
2020
steps:
2121
- name: Checkout branch
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
- name: Set up micromamba
2424
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
2525
- name: Add micromamba to GITHUB_PATH

0 commit comments

Comments
 (0)