Skip to content

Commit

Permalink
Merge pull request #48 from dafyddj/renovate/base-digest
Browse files Browse the repository at this point in the history
chore(deps): update base digest to 72654b3
  • Loading branch information
dafyddj authored Aug 14, 2024
2 parents 3421d22 + f9459d2 commit 4b36e6f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion base
2 changes: 1 addition & 1 deletion template/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?<version>\S+)-\d+$
PYTHON_VERSION: 3.12.4
PYTHON_VERSION: 3.12.5
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
Expand Down
2 changes: 1 addition & 1 deletion template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
args: [--assume-in-merge]
- id: check-yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
Expand Down
2 changes: 1 addition & 1 deletion template/template/.github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@042670e39b8d7335e992c3fa526ecbfbd52ef57b # v40.2.2
uses: renovatebot/github-action@b266b24b144602ed4f512f0773009d026722f4cc # v40.2.6
with:
configurationFile: .github/copier-renovate.json5
docker-cmd-file: .github/entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion test/GenerateProjectWithName/main_yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?<version>\S+)-\d+$
PYTHON_VERSION: 3.12.4
PYTHON_VERSION: 3.12.5
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
Expand Down
2 changes: 1 addition & 1 deletion test/GenerateProjectWithName/pre-commit_yaml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
args: [--assume-in-merge]
- id: check-yaml
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
Expand Down
2 changes: 1 addition & 1 deletion test/GenerateProjectWithName/renovate_yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@042670e39b8d7335e992c3fa526ecbfbd52ef57b # v40.2.2
uses: renovatebot/github-action@b266b24b144602ed4f512f0773009d026722f4cc # v40.2.6
with:
configurationFile: .github/copier-renovate.json5
docker-cmd-file: .github/entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion test/GenerateProjectWithName/template_renovate_yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@042670e39b8d7335e992c3fa526ecbfbd52ef57b # v40.2.2
uses: renovatebot/github-action@b266b24b144602ed4f512f0773009d026722f4cc # v40.2.6
with:
configurationFile: .github/copier-renovate.json5
docker-cmd-file: .github/entrypoint.sh
Expand Down

0 comments on commit 4b36e6f

Please sign in to comment.