Skip to content

Commit

Permalink
chore(deps): update bahmutov/npm-install action to v1.10.5 (#242)
Browse files Browse the repository at this point in the history
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

<details>
<summary>bahmutov/npm-install (bahmutov/npm-install)</summary>

###
[`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
[@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v4
([#&#8203;240](https://redirect.github.com/bahmutov/npm-install/issues/240))
([ec9e872](https://redirect.github.com/bahmutov/npm-install/commit/ec9e87262db2a1be2ca3ceb2d506c413a220542c))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent ddeb8f0 commit 435d4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 435d4f4

Please sign in to comment.