Skip to content

Commit 6b89fc2

Browse files
Update actions/setup-node digest to 1e60f62 (#157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian Amhof <[email protected]>
1 parent 10b843e commit 6b89fc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1010
# Setup .npmrc file to publish to npm
11-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
11+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
1212
with:
1313
node-version: '18.x'
1414
registry-url: 'https://registry.npmjs.org'

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout the repository
1313
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1414
- name: Install Node.js
15-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
15+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
1616
with:
1717
node-version: 20
1818
- name: Install dependencies
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout the repository
3232
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3333
- name: Install Node.js ${{ matrix.node-version }}
34-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
34+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737
- name: Install dependencies

0 commit comments

Comments
 (0)