Skip to content

Commit 0777214

Browse files
⬆️ Update actions/setup-node action to v4.1.0 (#5362)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | minor | `v4.0.4` -> `v4.1.0` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v4.1.0`](https://redirect.github.com/actions/setup-node/compare/v4.0.4...v4.1.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v4.0.4...v4.1.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5f5153 commit 0777214

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/build-status.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Using Node v20.x
30-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
30+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3131
id: yarn-cache
3232
with:
3333
node-version: '20.x'
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
- name: Using Node v20.x
51-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
51+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
5252
id: yarn-cache
5353
with:
5454
node-version: '20.x'
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
fetch-depth: 0
7474
- name: Using Node v20.x
75-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
75+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
7676
with:
7777
node-version: '20.x'
7878
cache: 'yarn'
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8989
- name: Using Node v20.x
90-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
90+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
9191
with:
9292
node-version: '20.x'
9393
cache: 'yarn'
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106106
- name: Using Node v20.x
107-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
107+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
108108
with:
109109
node-version: '20.x'
110110
cache: 'yarn'
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
125125
- name: Using Node v20.x
126-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
126+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
127127
with:
128128
node-version: '20.x'
129129
cache: 'yarn'
@@ -156,7 +156,7 @@ jobs:
156156
steps:
157157
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158158
- name: Using Node v20.x
159-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
159+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
160160
with:
161161
node-version: '20.x'
162162
cache: 'yarn'
@@ -230,7 +230,7 @@ jobs:
230230
steps:
231231
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
232232
- name: Using Node v${{matrix.node-version}}
233-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
233+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
234234
with:
235235
node-version: ${{matrix.node-version}}
236236
cache: 'yarn'
@@ -285,7 +285,7 @@ jobs:
285285
fetch-depth: 0 # all history in order to be able to show last-edited-at dates
286286
lfs: true
287287
- name: Using Node v20.x
288-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
288+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
289289
with:
290290
node-version: '20.x'
291291
cache: 'yarn'
@@ -341,7 +341,7 @@ jobs:
341341
steps:
342342
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
343343
- name: Using Node v20.x
344-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
344+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
345345
with:
346346
node-version: '20.x'
347347
cache: 'yarn'
@@ -411,7 +411,7 @@ jobs:
411411
steps:
412412
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
413413
- name: Using Node v20.x
414-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
414+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
415415
with:
416416
node-version: '20.x'
417417
cache: 'yarn'
@@ -580,7 +580,7 @@ jobs:
580580
id-token: write
581581
steps:
582582
- name: Using Node v20.x
583-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
583+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
584584
with:
585585
node-version: '20.x'
586586
registry-url: 'https://registry.npmjs.org'
@@ -620,7 +620,7 @@ jobs:
620620
id-token: write
621621
steps:
622622
- name: Using Node v20.x
623-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
623+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
624624
with:
625625
node-version: '20.x'
626626
registry-url: 'https://registry.npmjs.org'
@@ -660,7 +660,7 @@ jobs:
660660
id-token: write
661661
steps:
662662
- name: Using Node v20.x
663-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
663+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
664664
with:
665665
node-version: '20.x'
666666
registry-url: 'https://registry.npmjs.org'
@@ -700,7 +700,7 @@ jobs:
700700
id-token: write
701701
steps:
702702
- name: Using Node v20.x
703-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
703+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
704704
with:
705705
node-version: '20.x'
706706
registry-url: 'https://registry.npmjs.org'
@@ -740,7 +740,7 @@ jobs:
740740
id-token: write
741741
steps:
742742
- name: Using Node v20.x
743-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
743+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
744744
with:
745745
node-version: '20.x'
746746
registry-url: 'https://registry.npmjs.org'
@@ -780,7 +780,7 @@ jobs:
780780
id-token: write
781781
steps:
782782
- name: Using Node v20.x
783-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
783+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
784784
with:
785785
node-version: '20.x'
786786
registry-url: 'https://registry.npmjs.org'
@@ -820,7 +820,7 @@ jobs:
820820
id-token: write
821821
steps:
822822
- name: Using Node v20.x
823-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
823+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
824824
with:
825825
node-version: '20.x'
826826
registry-url: 'https://registry.npmjs.org'
@@ -860,7 +860,7 @@ jobs:
860860
id-token: write
861861
steps:
862862
- name: Using Node v20.x
863-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
863+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
864864
with:
865865
node-version: '20.x'
866866
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)