diff --git a/base b/base index 4f76b03..79c325e 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 4f76b0374c9a04e7a92074b30f12c2ffac6b3239 +Subproject commit 79c325ecfcd4039dcfd3cdc4ee96768959003c63 diff --git a/template/.github/workflows/libbuild.yml b/template/.github/workflows/libbuild.yml index fd060f1..d1ae237 100644 --- a/template/.github/workflows/libbuild.yml +++ b/template/.github/workflows/libbuild.yml @@ -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 diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index c75a537..068985b 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -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 diff --git a/test/SetBoxName/libbuild_yml.tt b/test/SetBoxName/libbuild_yml.tt index fd060f1..d1ae237 100644 --- a/test/SetBoxName/libbuild_yml.tt +++ b/test/SetBoxName/libbuild_yml.tt @@ -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 diff --git a/test/SetBoxName/pre-commit_yaml.tt b/test/SetBoxName/pre-commit_yaml.tt index c75a537..068985b 100644 --- a/test/SetBoxName/pre-commit_yaml.tt +++ b/test/SetBoxName/pre-commit_yaml.tt @@ -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