Skip to content

Commit 7f30486

Browse files
chore(deps): update actions/setup-node digest to 17f8bd9 (#116)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent f4ecdcf commit 7f30486

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-deprecate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout Project
1313
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1414
- name: Use Node.js v16
15-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
15+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
1616
with:
1717
node-version: 16
1818
cache: yarn

.github/workflows/continuous-delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Add TypeScript problem matcher
3333
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3434
- name: Use Node.js v16
35-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
35+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
3636
with:
3737
node-version: 16
3838
cache: yarn

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v16
19-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
19+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
2020
with:
2121
node-version: 16
2222
cache: yarn
@@ -35,7 +35,7 @@ jobs:
3535
- name: Add problem matcher
3636
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3737
- name: Use Node.js v16
38-
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # tag=v3
38+
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # tag=v3
3939
with:
4040
node-version: 16
4141
cache: yarn

0 commit comments

Comments
 (0)