Skip to content

Commit 20bdfd3

Browse files
chore(deps): update bahmutov/npm-install action to v1.11.2
1 parent a3b77df commit 20bdfd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
with:
1414
node-version: ${{ inputs.node-version }}
1515
- name: Install dependencies
16-
uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
16+
uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2
1717
with:
1818
install-command: npm ci --foreground-scripts
1919
using: composite

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
node-version: 24.11.0
1919
registry-url: https://registry.npmjs.org
2020
- name: Install & Build
21-
uses: bahmutov/npm-install@4488656f8e90d3c85e3a964db0018dd624f340e7 # v1.11.1
21+
uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2
2222
- name: Publish to npm
2323
env:
2424
NODE_AUTH_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)