Skip to content

Commit

Permalink
Renovate Update actions/setup-node digest to 0a44ba7 (#2789)
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 Sep 23, 2024
1 parent a4273b6 commit 24a9c84
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@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # [email protected]
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # [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@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # [email protected]
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # [email protected]
with:
node-version-file: '.nvmrc'
- name: cache node modules
Expand Down

0 comments on commit 24a9c84

Please sign in to comment.