Skip to content

Commit 8b35c5d

Browse files
authored
Merge pull request #26 from dafyddj/renovate/base-digest
chore(deps): update base digest to 81cb0f8
2 parents 3104aa3 + e375965 commit 8b35c5d

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

template/.github/workflows/libbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
- name: Debug on runner (When re-run with "Enable debug logging" checked)
3737
if: runner.debug
38-
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
38+
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
3939
with:
4040
detached: true
4141
- name: Install virtualisation software
@@ -80,7 +80,7 @@ jobs:
8080
uses: actionshub/chef-install@d41f8dde8642d5cd05abefa333fbf2784cff830c # 3.0.0
8181
env:
8282
# renovate: datasource=custom.omnitruck depName=chef-workstation
83-
CHEF_WS_VERSION: 24.8.1068
83+
CHEF_WS_VERSION: 25.2.1075
8484
with:
8585
project: chef-workstation
8686
version: ${{ env.CHEF_WS_VERSION }}

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

test/SetBoxName/libbuild_yml.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
- name: Debug on runner (When re-run with "Enable debug logging" checked)
3737
if: runner.debug
38-
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
38+
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
3939
with:
4040
detached: true
4141
- name: Install virtualisation software
@@ -80,7 +80,7 @@ jobs:
8080
uses: actionshub/chef-install@d41f8dde8642d5cd05abefa333fbf2784cff830c # 3.0.0
8181
env:
8282
# renovate: datasource=custom.omnitruck depName=chef-workstation
83-
CHEF_WS_VERSION: 24.8.1068
83+
CHEF_WS_VERSION: 25.2.1075
8484
with:
8585
project: chef-workstation
8686
version: ${{ env.CHEF_WS_VERSION }}

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

0 commit comments

Comments
 (0)