From 435d4f441a859bb7c6f901f10b1bbd36e8f66969 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 12:03:06 +0000 Subject: [PATCH] chore(deps): update bahmutov/npm-install action to v1.10.5 (#242) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bahmutov/npm-install](https://redirect.github.com/bahmutov/npm-install) | action | patch | `v1.10.4` -> `v1.10.5` | --- ### Release Notes
bahmutov/npm-install (bahmutov/npm-install) ### [`v1.10.5`](https://redirect.github.com/bahmutov/npm-install/releases/tag/v1.10.5) [Compare Source](https://redirect.github.com/bahmutov/npm-install/compare/v1.10.4...v1.10.5) ##### Bug Fixes - **deps:** update dependency [@​actions/cache](https://redirect.github.com/actions/cache) to v4 ([#​240](https://redirect.github.com/bahmutov/npm-install/issues/240)) ([ec9e872](https://redirect.github.com/bahmutov/npm-install/commit/ec9e87262db2a1be2ca3ceb2d506c413a220542c))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/boneskull/impvol). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/prepare/action.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 79619886..092f8d41 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -13,7 +13,7 @@ runs: with: node-version: ${{ inputs.node-version }} - name: Install dependencies - uses: bahmutov/npm-install@438a933ce1059e4e2b39e3d2a42c5067070dd444 # v1.10.4 + uses: bahmutov/npm-install@ec9e87262db2a1be2ca3ceb2d506c413a220542c # v1.10.5 with: install-command: npm ci --foreground-scripts using: composite diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d871ad66..4e93a9f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Install if: ${{ steps.release.outputs.release_created }} - uses: bahmutov/npm-install@438a933ce1059e4e2b39e3d2a42c5067070dd444 # v1.10.4 + uses: bahmutov/npm-install@ec9e87262db2a1be2ca3ceb2d506c413a220542c # v1.10.5 - name: Build if: ${{ steps.release.outputs.release_created }}