Skip to content

Commit

Permalink
Update actions/setup-node digest to 39370e3
Browse files Browse the repository at this point in the history
Update actions/setup-node

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Nov 5, 2024
1 parent 99a94ea commit 91c3fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
run: tar -xf ${{ runner.temp }}/custom.tgz

- name: Setup Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: ${{ inputs.NODE_VERSION }}
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
steps:
# https://github.com/actions/setup-node#caching-global-packages-data
- name: Setup Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: ${{ inputs.NODE_VERSION }}
cache: npm
Expand Down

0 comments on commit 91c3fce

Please sign in to comment.