Skip to content

Commit e146ebc

Browse files
chore(copier): update from template
1 parent 1d522e9 commit e146ebc

10 files changed

Lines changed: 23 additions & 28 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.16
3+
_commit: v0.3.18
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.25
3+
_commit: v0.2.26
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
@@ -7,5 +7,5 @@
77

88
[tasks.copier-update]
99
description = "Reapply all Copier templates using their saved answers"
10-
file = "https://cdn.jsdelivr.net/gh/liblaf/copier-shared@c16a68aa0b1965187a18551f3d22f591ee4377ae/mise-tasks/copier-update.sh"
10+
file = "https://cdn.jsdelivr.net/gh/liblaf/copier-shared@8a5e46cb046bff88c48ab82d62b2e4a9008bf006/mise-tasks/copier-update.sh"
1111
interactive = true

.config/rumdl.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#:schema https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/rumdl.json
2-
# ref: <https://rumdl.dev/global-settings/>
2+
# This file is @generated by <https://github.com/liblaf/copier-shared>.
3+
# DO NOT EDIT!
34

45
[global]
5-
extend-enable = ["MD060"]
66
extend-disable = ["MD001", "MD013", "MD033", "MD036", "MD041"]
7-
8-
[per-file-flavor]
9-
"docs/**/*.md" = "mkdocs"

.github/workflows/release-pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636
- name: Install git-cliff
37-
uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2
37+
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
3838
with:
3939
tool: git-cliff
4040
- id: version
4141
name: Next version
42-
uses: liblaf/actions/next-version@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
42+
uses: liblaf/actions/next-version@5f3779277c5b88e27b28ad3695390aa7227b9789 # v3
4343
env:
4444
GIT_CLIFF_CONFIG_URL: ${{ env.GIT_CLIFF_CONFIG_URL }}
4545
GITHUB_TOKEN: ${{ github.token }}
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- id: auth
6262
name: Auth
63-
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
63+
uses: liblaf/actions/auth@5f3779277c5b88e27b28ad3695390aa7227b9789 # v3
6464
with:
6565
client-id: ${{ vars.APP_CLIENT_ID }}
6666
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- id: auth
2525
name: Auth
26-
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
26+
uses: liblaf/actions/auth@5f3779277c5b88e27b28ad3695390aa7227b9789 # v3
2727
with:
2828
client-id: ${{ vars.APP_CLIENT_ID }}
2929
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.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@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
24+
uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # 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@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
29+
uses: liblaf/actions/approve@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3
3030
with:
3131
approve-token: ${{ steps.auth.outputs.token }}
3232
label: ${{ matrix.label }}

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

Lines changed: 3 additions & 5 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@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
28+
uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3
2929
with:
3030
client-id: ${{ vars.APP_CLIENT_ID }}
3131
private-key: ${{ secrets.APP_PRIVATE_KEY }}
3232
- name: Checkout
3333
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3434
- name: Install mise
35-
uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4
35+
uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4
3636
- name: Install Copier
3737
run: pipx install --pip-args cookiecutter copier
3838
- name: Copier update
@@ -47,9 +47,7 @@ jobs:
4747
sign-commits: true
4848
title: "chore(copier): update from template"
4949
body: >-
50-
Automated changes by [${{ github.workflow }}](${{ github.server_url
51-
}}/${{ github.repository }}/actions/runs/${{ github.run_id }})
52-
Workflow
50+
Automated changes by [${{ github.workflow }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) Workflow
5351
labels: |-
5452
automerge
5553
copier

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- id: auth
3535
name: Auth
36-
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
36+
uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3
3737
with:
3838
client-id: ${{ vars.APP_CLIENT_ID }}
3939
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -60,7 +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: steps.lint.outputs.has-updated-sources == 1 && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 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)
6464
name: Create PR
6565
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
6666
with:
@@ -90,12 +90,12 @@ jobs:
9090
steps:
9191
- id: auth
9292
name: Auth
93-
uses: liblaf/actions/auth@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
93+
uses: liblaf/actions/auth@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3
9494
with:
9595
client-id: ${{ vars.APP_CLIENT_ID }}
9696
private-key: ${{ secrets.APP_PRIVATE_KEY }}
9797
- name: Approve
98-
uses: liblaf/actions/approve@2d37965c7d54a87b668ea9eba3ee0d7a0a6cc8b1 # v3
98+
uses: liblaf/actions/approve@73cad6439f8583d4bac35cdbdc6541aa0b6395c3 # v3
9999
with:
100100
approve-token: ${{ steps.auth.outputs.token }}
101101
pull: ${{ needs.mega-linter.outputs.pull-request-url }}

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.16.0
21+
rev: v0.16.5
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.45.0
28+
rev: v0.65.0
2929
hooks:
3030
- id: oxfmt
3131
- repo: https://github.com/oxc-project/mirrors-oxlint
32-
rev: v1.60.0
32+
rev: v1.80.0
3333
hooks:
3434
- id: oxlint
3535
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -52,10 +52,10 @@ repos:
5252
hooks:
5353
- id: actionlint
5454
- repo: https://github.com/rvben/rumdl-pre-commit
55-
rev: v0.2.43
55+
rev: v0.2.62
5656
hooks:
5757
- id: rumdl-fmt
5858
- repo: https://github.com/shellcheck-py/shellcheck-py
59-
rev: v0.11.0.1
59+
rev: v0.11.0.1-1
6060
hooks:
6161
- id: shellcheck

0 commit comments

Comments
 (0)