Skip to content

Commit 83e983e

Browse files
Merge pull request #37 from dafyddj/renovate/base-digest
chore(deps): update base digest to ae8fc08
2 parents fcc75f6 + 344a3e7 commit 83e983e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base

template/.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
env:
2121
# renovate: datasource=custom.python-versions depName=actions/python-versions versioning=pep440
22-
PYTHON_VERSION: 3.13.2
22+
PYTHON_VERSION: 3.13.3
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0

template/.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)