Skip to content

Commit

Permalink
Merge pull request #69 from balena-io-modules/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin actions/setup-node action to 1a4442c
  • Loading branch information
balena-renovate[bot] authored Jun 19, 2024
2 parents 5c5dfdc + 7767ff5 commit dac8e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
using: "composite"
steps:
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: ${{ inputs.NODE_VERSION }}
cache: npm
Expand Down

0 comments on commit dac8e95

Please sign in to comment.