Skip to content

Commit

Permalink
Renovate Update actions/setup-node digest to 48b9067 (#3017)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 6c72e3f commit 10c58c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # pin@v3
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # [email protected]
- uses: actions/setup-node@48b90677b6048efbc723b11a94acb950d3f1ac36 # [email protected]
with:
node-version-file: '.nvmrc'
- name: cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # pin@v3
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # [email protected]
- uses: actions/setup-node@48b90677b6048efbc723b11a94acb950d3f1ac36 # [email protected]
with:
node-version-file: '.nvmrc'
- name: cache node modules
Expand Down

0 comments on commit 10c58c4

Please sign in to comment.