Skip to content

Commit dbbfed0

Browse files
authored
Merge pull request #30 from dafyddj/renovate/https-github.com-dafyddj-copier-bootstrap-2.x
chore(deps): update dependency https://github.com/dafyddj/copier-bootstrap to v2.6.2
2 parents 8b35c5d + d61aca0 commit dbbfed0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.1
2+
_commit: v2.6.2
33
_src_path: https://github.com/dafyddj/copier-bootstrap
44
template_name: copier-packer-build

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
timeout-minutes: 5
2828
env:
2929
# renovate: datasource=custom.python-versions depName=actions/python-versions versioning=pep440
30-
PYTHON_VERSION: 3.13.1
30+
PYTHON_VERSION: 3.13.2
3131
steps:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
33+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3434
with:
3535
python-version: ${{ env.PYTHON_VERSION }}
3636
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -44,7 +44,7 @@ jobs:
4444
# renovate: datasource=pypi depName=copier
4545
COPIER_VERSION: 9.4.1
4646
# renovate: datasource=pypi depName=texttest
47-
TEXTTEST_VERSION: 4.4.0.1
47+
TEXTTEST_VERSION: 4.4.2
4848
steps:
4949
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
with:

.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.0
12+
rev: 0.31.1
1313
hooks:
1414
- id: check-github-workflows
1515
name: Check GitHub workflows with check-jsonschema

0 commit comments

Comments
 (0)