Skip to content

Commit

Permalink
Merge pull request #36 from dafyddj/renovate/https-github.com-dafyddj…
Browse files Browse the repository at this point in the history
…-copier-packer-build-1.x

chore(deps): update dependency https://github.com/dafyddj/copier-packer-build to v1.1.9
  • Loading branch information
dafyddj authored Nov 11, 2024
2 parents 61b9add + 50031ce commit 1cde718
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
"automerge": true,
},
],
"platformAutomerge": false,
}
10 changes: 7 additions & 3 deletions .github/workflows/libbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# 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
args: [--assume-in-merge]
- 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
Expand Down
1 change: 1 addition & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ provisioner:
name: salt_solo
formula: test/salt
require_chef: false
salt_bootstrap_url: https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh
state_top:
base:
"*":
Expand Down

0 comments on commit 1cde718

Please sign in to comment.