Skip to content

Commit

Permalink
Merge pull request #26 from dafyddj/renovate/base-digest
Browse files Browse the repository at this point in the history
chore(deps): update base digest to 81cb0f8
  • Loading branch information
dafyddj authored Feb 13, 2025
2 parents 3104aa3 + e375965 commit 8b35c5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion base
4 changes: 2 additions & 2 deletions template/.github/workflows/libbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Debug on runner (When re-run with "Enable debug logging" checked)
if: runner.debug
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
with:
detached: true
- name: Install virtualisation software
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actionshub/chef-install@d41f8dde8642d5cd05abefa333fbf2784cff830c # 3.0.0
env:
# renovate: datasource=custom.omnitruck depName=chef-workstation
CHEF_WS_VERSION: 24.8.1068
CHEF_WS_VERSION: 25.2.1075
with:
project: chef-workstation
version: ${{ env.CHEF_WS_VERSION }}
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.30.0
rev: 0.31.1
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
Expand Down
4 changes: 2 additions & 2 deletions test/SetBoxName/libbuild_yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Debug on runner (When re-run with "Enable debug logging" checked)
if: runner.debug
uses: mxschmitt/action-tmate@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
uses: mxschmitt/action-tmate@e5c7151931ca95bad1c6f4190c730ecf8c7dde48 # v3.19
with:
detached: true
- name: Install virtualisation software
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actionshub/chef-install@d41f8dde8642d5cd05abefa333fbf2784cff830c # 3.0.0
env:
# renovate: datasource=custom.omnitruck depName=chef-workstation
CHEF_WS_VERSION: 24.8.1068
CHEF_WS_VERSION: 25.2.1075
with:
project: chef-workstation
version: ${{ env.CHEF_WS_VERSION }}
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.30.0
rev: 0.31.1
hooks:
- id: check-github-workflows
name: Check GitHub workflows with check-jsonschema
Expand Down

0 comments on commit 8b35c5d

Please sign in to comment.