Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 13f1c17

Browse files
renovate[bot]renovate-botanimafps
authored
chore(deps): update actions/setup-node commit hash to 04c56d2 (#165)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Anima <18208134+animafps@users.noreply.github.com>
1 parent 6861976 commit 13f1c17

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous_delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
persist-credentials: false
2323
- name: Use Node.js v16
24-
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
24+
uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 # renovate: tag=v2
2525
with:
2626
node-version: 16
2727
registry-url: https://registry.npmjs.org/

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout Project
1515
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
1616
- name: Use Node.js v16
17-
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
17+
uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 # renovate: tag=v2
1818
with:
1919
node-version: 16
2020
registry-url: https://registry.npmjs.org/
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout Project
3838
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
3939
- name: Use Node.js v16
40-
uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
40+
uses: actions/setup-node@04c56d2f954f1e4c69436aa54cfef261a018f458 # renovate: tag=v2
4141
with:
4242
node-version: 16
4343
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)