Skip to content

Commit 89f9283

Browse files
Merge branch 'master' into feat--add-waste-heat-from-renewable-fuels
2 parents 0a70932 + 7e6e2e2 commit 89f9283

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929

3030
- name: Setup micromamba
3131
uses: mamba-org/setup-micromamba@v2

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-merge-conflict
1414
- id: check-added-large-files
@@ -17,7 +17,7 @@ repos:
1717
# Run ruff to lint and format
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
1919
# Ruff version.
20-
rev: v0.12.2
20+
rev: v0.13.3
2121
hooks:
2222
# Run the linter.
2323
- id: ruff
@@ -44,6 +44,6 @@ repos:
4444

4545
# Format Snakemake rule / workflow files
4646
- repo: https://github.com/snakemake/snakefmt
47-
rev: v0.11.0
47+
rev: v0.11.2
4848
hooks:
4949
- id: snakefmt

0 commit comments

Comments
 (0)