Skip to content

Commit 478da2d

Browse files
chore(copier): update from template
1 parent d44cf58 commit 478da2d

9 files changed

Lines changed: 28 additions & 29 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is @generated by <https://github.com/liblaf/copier-release>.
22
# DO NOT EDIT!
3-
_commit: v0.3.5
3+
_commit: v0.3.9
44
_src_path: gh:liblaf/copier-release

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is @generated by <https://github.com/liblaf/copier-shared>.
22
# DO NOT EDIT!
3-
_commit: v0.2.16
3+
_commit: v0.2.20
44
_src_path: gh:liblaf/copier-share
55
author_email: 30631553+liblaf@users.noreply.github.com
66
author_name: liblaf

.config/mise/conf.d/50-shared.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
[tasks.copier-update]
66
description = "Recopy all configured Copier templates from their answers files."
7-
file = "https://raw.githubusercontent.com/liblaf/copier-shared/9539209ee26b0bf3b4a0d551b5e5b317f9196b57/mise-tasks/copier-update.sh"
7+
file = "https://raw.githubusercontent.com/liblaf/copier-shared/0a2eec61ca60ac0486b2a5ce5c5e13a04961eeeb/mise-tasks/copier-update.sh"

.github/workflows/release-pr.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010

1111
env:
1212
GIT_CLIFF_CONFIG_URL: https://raw.githubusercontent.com/liblaf/copier-release/refs/heads/main/cliff.toml
13+
GIT_LFS_SKIP_PUSH: true
14+
GIT_LFS_SKIP_SMUDGE: true
1315

1416
concurrency:
1517
group: ${{ github.workflow }} @ ${{ github.ref }}
@@ -28,16 +30,16 @@ jobs:
2830
version: ${{ steps.version.outputs.version }}
2931
steps:
3032
- name: Checkout
31-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
33+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3234
with:
3335
fetch-depth: 0
3436
- name: Install git-cliff
35-
uses: taiki-e/install-action@0631aa6515c7d545823c67cfae7ef4fc7f490154 # v2
37+
uses: taiki-e/install-action@bffeee26d4db9be238a4ea78d8826604ebcb594d # v2
3638
with:
3739
tool: git-cliff
3840
- id: version
3941
name: Next version
40-
uses: liblaf/actions/next-version@512d1652c6a71a8f141d1901f50994afaddc925e # v3
42+
uses: liblaf/actions/next-version@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
4143
env:
4244
GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }}
4345
GITHUB_TOKEN: ${{ github.token }}
@@ -58,12 +60,12 @@ jobs:
5860
steps:
5961
- id: auth
6062
name: Auth
61-
uses: liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
63+
uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
6264
with:
6365
client-id: ${{ vars.APP_CLIENT_ID }}
6466
private-key: ${{ secrets.APP_PRIVATE_KEY }}
6567
- name: Checkout
66-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
68+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
6769
with:
6870
fetch-depth: 0
6971
- name: Install rumdl

.github/workflows/release-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
steps:
2424
- id: auth
2525
name: Auth
26-
uses: liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
26+
uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
2727
with:
2828
client-id: ${{ vars.APP_CLIENT_ID }}
2929
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3030
- name: Checkout
31-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
31+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3232
with:
3333
token: ${{ steps.auth.outputs.token }}
3434
- id: version
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
TITLE: ${{ github.event.pull_request.title }}
4343
- name: Create release
44-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
44+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
4545
with:
4646
body: ${{ github.event.pull_request.body }}
4747
tag_name: ${{ steps.version.outputs.tag }}

.github/workflows/shared-approve.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
steps:
2222
- id: auth
2323
name: Auth
24-
uses: liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
24+
uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
2525
with:
2626
client-id: ${{ vars.APP_CLIENT_ID }}
2727
private-key: ${{ secrets.APP_PRIVATE_KEY }}
2828
- name: Approve
29-
uses: liblaf/actions/approve@512d1652c6a71a8f141d1901f50994afaddc925e # v3
29+
uses: liblaf/actions/approve@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
3030
with:
3131
approve-token: ${{ steps.auth.outputs.token }}
3232
label: ${{ matrix.label }}

.github/workflows/shared-copier-update.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
steps:
2626
- id: auth
2727
name: Auth
28-
uses: liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
28+
uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
2929
with:
3030
client-id: ${{ vars.APP_CLIENT_ID }}
3131
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3232
- name: Checkout
33-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
33+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3434
- name: Install mise
35-
uses: jdx/mise-action@dba19683ed58901619b14f395a24841710cb4925 # v4
35+
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4
3636
- name: Install Copier
3737
run: pipx install --pip-args cookiecutter copier
3838
- name: Copier update

.github/workflows/shared-mega-linter.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
steps:
3434
- id: auth
3535
name: Auth
36-
uses: liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
36+
uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
3737
with:
3838
client-id: ${{ vars.APP_CLIENT_ID }}
3939
private-key: ${{ secrets.APP_PRIVATE_KEY }}
4040
- name: Checkout
41-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
41+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4242
- id: lint
4343
name: MegaLinter
44-
uses: liblaf/megalinter-custom-flavor-all@f0a990f6a4b6bd6e5bdeeb40774375e7e66aae1b # main
44+
uses: liblaf/megalinter-custom-flavor-all@efed9cede0b9cab354bd59d1f8ee96a51ed654e5 # main
4545
env:
4646
GITHUB_TOKEN: ${{ steps.auth.outputs.token }}
4747
MEGALINTER_CONFIG: https://raw.githubusercontent.com/liblaf/megalinter-custom-flavor-all/refs/heads/main/.mega-linter.yml
@@ -60,10 +60,7 @@ jobs:
6060
cp --target-directory='${{ runner.temp }}' --verbose 'megalinter-reports/megalinter-report.md'
6161
sudo rm --force --recursive 'mega-linter.log' 'megalinter-reports'
6262
- id: pr
63-
if: >-
64-
steps.lint.outputs.has-updated-sources == 1 && (github.event_name ==
65-
'push' || github.event.pull_request.head.repo.full_name ==
66-
github.repository)
63+
if: steps.lint.outputs.has-updated-sources == 1 && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
6764
name: Create PR
6865
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
6966
with:
@@ -93,12 +90,12 @@ jobs:
9390
steps:
9491
- id: auth
9592
name: Auth
96-
uses: liblaf/actions/auth@512d1652c6a71a8f141d1901f50994afaddc925e # v3
93+
uses: liblaf/actions/auth@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
9794
with:
9895
client-id: ${{ vars.APP_CLIENT_ID }}
9996
private-key: ${{ secrets.APP_PRIVATE_KEY }}
10097
- name: Approve
101-
uses: liblaf/actions/approve@512d1652c6a71a8f141d1901f50994afaddc925e # v3
98+
uses: liblaf/actions/approve@ce9dc3a1daa92e93ddfe62d8378b93cedaa5056c # v3
10299
with:
103100
approve-token: ${{ steps.auth.outputs.token }}
104101
pull: ${{ needs.mega-linter.outputs.pull-request-url }}

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ ci:
1818

1919
repos:
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.15.13
21+
rev: v0.15.17
2222
hooks:
2323
- id: ruff-check
2424
args:
2525
- --fix
2626
- id: ruff-format
2727
- repo: https://github.com/oxc-project/mirrors-oxfmt
28-
rev: v0.50.0
28+
rev: v0.45.0
2929
hooks:
3030
- id: oxfmt
3131
- repo: https://github.com/oxc-project/mirrors-oxlint
32-
rev: v1.65.0
32+
rev: v1.60.0
3333
hooks:
3434
- id: oxlint
3535
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -52,7 +52,7 @@ repos:
5252
hooks:
5353
- id: actionlint
5454
- repo: https://github.com/rvben/rumdl-pre-commit
55-
rev: v0.1.93
55+
rev: v0.2.16
5656
hooks:
5757
- id: rumdl-fmt
5858
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)