Skip to content

Commit 9a8b909

Browse files
chore(deps): update actions/setup-node digest to 54045ab
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 5c50744 commit 9a8b909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-saga-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
persist-credentials: false
2626
- name: Setup node
27-
uses: actions/setup-node@89d709d423dc495668cd762a18dd4a070611be3f
27+
uses: actions/setup-node@54045abd5dcd3b0fee9ca02fa24c57545834c9cc
2828
with:
2929
node-version: '22'
3030
registry-url: 'https://registry.npmjs.org'

.github/workflows/deploy-to-saga-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Setup node
24-
uses: actions/setup-node@89d709d423dc495668cd762a18dd4a070611be3f
24+
uses: actions/setup-node@54045abd5dcd3b0fee9ca02fa24c57545834c9cc
2525
with:
2626
node-version: '22'
2727
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)