Skip to content

Commit c22d7f1

Browse files
authored
chore(copier): update from template
1 parent 5602f9a commit c22d7f1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.config/copier/.copier-answers.shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
33
# prettier-ignore
4-
_commit: 680d6b0
4+
_commit: 610df18
55
_src_path: gh:liblaf/copier-share
66
author_email: 30631553+liblaf@users.noreply.github.com
77
author_name: liblaf

.github/workflows/mega-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: liblaf/actions/mega-linter@dist
4747
- if: success() || failure()
4848
name: Upload Reports
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: mega-linter-reports
5252
path: |-

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ ci:
1919

2020
repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.14.0
22+
rev: v0.14.1
2323
hooks:
2424
- id: ruff-check
2525
args:
2626
- --fix
2727
- id: ruff-format
2828
- repo: https://github.com/biomejs/pre-commit
29-
rev: v2.2.5
29+
rev: v2.2.6
3030
hooks:
3131
- id: biome-check
3232
exclude: \.jsonc?$

0 commit comments

Comments
 (0)