Skip to content

Commit

Permalink
Merge pull request #9 from dafyddj/renovate/base-digest
Browse files Browse the repository at this point in the history
chore(deps): update base digest to f3ef2f7
  • Loading branch information
dafyddj authored May 9, 2024
2 parents 63d1712 + 5171a90 commit 73e31cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion base
2 changes: 1 addition & 1 deletion template/.github/workflows/libbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
MAKE_VARS: ""
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Debug on runner (When re-run with "Enable debug logging" checked)
if: runner.debug
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
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 @@ -10,7 +10,7 @@ repos:
- id: check-yaml
exclude: ^kitchen.yml$
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.3
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
Expand Down
2 changes: 1 addition & 1 deletion test/SetBoxName/libbuild_yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
MAKE_VARS: ""
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Debug on runner (When re-run with "Enable debug logging" checked)
if: runner.debug
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
Expand Down
2 changes: 1 addition & 1 deletion test/SetBoxName/pre-commit_yaml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-yaml
exclude: ^kitchen.yml$
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.3
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
Expand Down

0 comments on commit 73e31cd

Please sign in to comment.