Skip to content

Commit 5f1e170

Browse files
Merge pull request #31 from dafyddj/renovate/base-digest
chore(deps): update base digest to 4431a06
2 parents dbbfed0 + e865739 commit 5f1e170

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

base

template/.github/workflows/libbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: vagrant plugin install vagrant-qemu
7878
- name: Install Test Kitchen
7979
if: ${{ !startsWith(runner.name, 'self') }}
80-
uses: actionshub/chef-install@d41f8dde8642d5cd05abefa333fbf2784cff830c # 3.0.0
80+
uses: actionshub/chef-install@776a917c09d87c381d1d5342f83cd554223fa49c # 3.0.1
8181
env:
8282
# renovate: datasource=custom.omnitruck depName=chef-workstation
8383
CHEF_WS_VERSION: 25.2.1075

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
- id: check-yaml
1111
exclude: ^kitchen.yml$
1212
- repo: https://github.com/python-jsonschema/check-jsonschema
13-
rev: 0.31.1
13+
rev: 0.31.2
1414
hooks:
1515
- id: check-github-workflows
1616
name: Check GitHub workflows with check-jsonschema

test/SetBoxName/libbuild_yml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: vagrant plugin install vagrant-qemu
7878
- name: Install Test Kitchen
7979
if: ${{ !startsWith(runner.name, 'self') }}
80-
uses: actionshub/chef-install@d41f8dde8642d5cd05abefa333fbf2784cff830c # 3.0.0
80+
uses: actionshub/chef-install@776a917c09d87c381d1d5342f83cd554223fa49c # 3.0.1
8181
env:
8282
# renovate: datasource=custom.omnitruck depName=chef-workstation
8383
CHEF_WS_VERSION: 25.2.1075

test/SetBoxName/pre-commit_yaml.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: check-yaml
1111
exclude: ^kitchen.yml$
1212
- repo: https://github.com/python-jsonschema/check-jsonschema
13-
rev: 0.31.1
13+
rev: 0.31.2
1414
hooks:
1515
- id: check-github-workflows
1616
name: Check GitHub workflows with check-jsonschema

0 commit comments

Comments
 (0)