Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ee05ccb

Browse files
authored
template update (#98)
1 parent d98e6f0 commit ee05ccb

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
3-
"commit": "ea52ec3c535f35a4640a868a4e6dbf3f4b178495",
3+
"commit": "f34de19a5e04c854bd4bf5caa2ddb5c4adb4f81f",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/on-push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Get current date
6767
id: date
6868
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
69-
- uses: mamba-org/setup-micromamba@v1
69+
- uses: mamba-org/setup-micromamba@v2
7070
with:
7171
environment-file: ci/combined-environment-ci.yml
7272
environment-name: DEVELOP
@@ -95,7 +95,7 @@ jobs:
9595
- name: Get current date
9696
id: date
9797
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
98-
- uses: mamba-org/setup-micromamba@v1
98+
- uses: mamba-org/setup-micromamba@v2
9999
with:
100100
environment-file: ci/combined-environment-ci.yml
101101
environment-name: DEVELOP
@@ -126,7 +126,7 @@ jobs:
126126
- name: Get current date
127127
id: date
128128
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
129-
- uses: mamba-org/setup-micromamba@v1
129+
- uses: mamba-org/setup-micromamba@v2
130130
with:
131131
environment-file: ci/combined-environment-ci.yml
132132
environment-name: DEVELOP
@@ -170,7 +170,7 @@ jobs:
170170
- name: Get current date
171171
id: date
172172
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
173-
- uses: mamba-org/setup-micromamba@v1
173+
- uses: mamba-org/setup-micromamba@v2
174174
with:
175175
environment-file: ci/combined-environment${{ matrix.extra }}.yml
176176
environment-name: DEVELOP${{ matrix.extra }}
@@ -242,6 +242,6 @@ jobs:
242242
with:
243243
name: distribution
244244
path: dist
245-
- uses: pypa/[email protected].2
245+
- uses: pypa/[email protected].3
246246
with:
247247
verbose: true

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -17,7 +17,7 @@ repos:
1717
- id: blackdoc
1818
additional_dependencies: [black==23.11.0]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.6.7
20+
rev: v0.6.9
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]
@@ -34,6 +34,6 @@ repos:
3434
- id: pretty-format-toml
3535
args: [--autofix]
3636
- repo: https://github.com/gitleaks/gitleaks
37-
rev: v8.19.2
37+
rev: v8.20.0
3838
hooks:
3939
- id: gitleaks

0 commit comments

Comments
 (0)