Skip to content

Commit fcc75f6

Browse files
authored
Merge pull request #36 from dafyddj/renovate/https-github.com-dafyddj-copier-bootstrap-2.x
chore(deps): update dependency https://github.com/dafyddj/copier-bootstrap to v2.6.4
2 parents 910fd76 + 84b892d commit fcc75f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v2.6.3
2+
_commit: v2.6.4
33
_src_path: https://github.com/dafyddj/copier-bootstrap
44
template_name: copier-github-action

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
PYTHON_VERSION: 3.13.2
3131
steps:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
33+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3434
with:
3535
python-version: ${{ env.PYTHON_VERSION }}
3636
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 5
4343
env:
4444
# renovate: datasource=pypi depName=copier
45-
COPIER_VERSION: 9.5.0
45+
COPIER_VERSION: 9.6.0
4646
# renovate: datasource=pypi depName=texttest
4747
TEXTTEST_VERSION: 4.4.3.1
4848
steps:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
args: [--assume-in-merge]
1010
- id: check-yaml
1111
- repo: https://github.com/python-jsonschema/check-jsonschema
12-
rev: 0.31.2
12+
rev: 0.31.3
1313
hooks:
1414
- id: check-github-workflows
1515
name: Check GitHub workflows with check-jsonschema

0 commit comments

Comments
 (0)