Skip to content

Commit

Permalink
chore(deps): update actions/setup-node digest to 97ca147
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 7f0bf74 commit 0c4a894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3
- name: Use Node.js 18
uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # pin@v3
uses: actions/setup-node@97ca147735c170fb35096b39ef17a0fc5d9270ac # pin@v3
with:
node-version: 18
cache: "npm"
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3
- name: Use Node.js 18
uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # pin@v3
uses: actions/setup-node@97ca147735c170fb35096b39ef17a0fc5d9270ac # pin@v3
with:
node-version: 18
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v3

- name: Use Node.JS 18
uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b # pin@v3
uses: actions/setup-node@97ca147735c170fb35096b39ef17a0fc5d9270ac # pin@v3
with:
node-version: 18
cache: "npm"
Expand Down

0 comments on commit 0c4a894

Please sign in to comment.