From 37133e94ba041e4843feebf068abb8848bd19003 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:49:38 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/dafyddj/copier-packer-build to v1.1.9 --- .copier-answers.yml | 2 +- .github/renovate.json5 | 1 - .github/workflows/libbuild.yml | 10 +++++++--- .pre-commit-config.yaml | 4 ++-- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 4ede899..20abd58 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v1.1.7 +_commit: v1.1.9 _src_path: https://github.com/dafyddj/copier-packer-build box_name: techneg/tkl17-x64-nocm diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1223d33..3220412 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,5 +16,4 @@ "automerge": true, }, ], - "platformAutomerge": false, } diff --git a/.github/workflows/libbuild.yml b/.github/workflows/libbuild.yml index 3519871..7098b18 100644 --- a/.github/workflows/libbuild.yml +++ b/.github/workflows/libbuild.yml @@ -32,7 +32,7 @@ jobs: MAKE_VARS: "" steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + 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 @@ -53,14 +53,18 @@ jobs: sudo apt --yes install vagrant $TECHNEG_VAGRANT_PROVIDER elif [ "$kernel_name" == "Darwin" ]; then brew update - brew install make + brew install make qemu vagrant fi - name: Prepare environment if: startsWith(inputs.build-type, 'qemu') run: | + # Needed until a fix for Gem dependencies is released (Vagrant 2.4.3?) + echo VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 >> $GITHUB_ENV kernel_name=$(uname -s) if [ "$kernel_name" == "Linux" ]; then echo PKR_VAR_accelerator=kvm >> $GITHUB_ENV + elif [ "$kernel_name" == "Darwin" ]; then + : # No action needed for Darwin fi - name: Run Packer id: packer @@ -75,7 +79,7 @@ jobs: if: ${{ !startsWith(runner.name, 'self') }} uses: actionshub/chef-install@d41f8dde8642d5cd05abefa333fbf2784cff830c # 3.0.0 env: - # renovate: datasource=github-tags depName=chef/chef-workstation + # renovate: datasource=custom.omnitruck depName=chef-workstation CHEF_WS_VERSION: 24.8.1068 with: project: chef-workstation diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 92f421d..87520b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-merge-conflict @@ -10,7 +10,7 @@ repos: - id: check-yaml exclude: ^kitchen.yml$ - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.4 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema