Skip to content

Commit adfb5b6

Browse files
Bump actions/setup-node from 4.0.3 to 4.0.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b360576 commit adfb5b6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/components-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
restore-keys: |
6565
${{ runner.os }}-pnpm-store-
6666
- name: Setup Node Env
67-
uses: actions/[email protected].3
67+
uses: actions/[email protected].4
6868
with:
6969
node-version: 18
7070
registry-url: https://registry.npmjs.org/
@@ -153,7 +153,7 @@ jobs:
153153
restore-keys: |
154154
${{ runner.os }}-pnpm-store-
155155
- name: Setup Node Env
156-
uses: actions/[email protected].3
156+
uses: actions/[email protected].4
157157
with:
158158
node-version: 18
159159
registry-url: https://registry.npmjs.org/

.github/workflows/publish-components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: pnpm install -r --no-frozen-lockfile
3131
- name: Setup Node Env
32-
uses: actions/[email protected].3
32+
uses: actions/[email protected].4
3333
with:
3434
node-version: 14
3535
registry-url: https://registry.npmjs.org/
@@ -135,7 +135,7 @@ jobs:
135135
restore-keys: |
136136
${{ runner.os }}-pnpm-store-
137137
- name: Setup Node Env
138-
uses: actions/[email protected].3
138+
uses: actions/[email protected].4
139139
with:
140140
node-version: 14
141141
registry-url: https://registry.npmjs.org/

.github/workflows/publish-marketplace-content.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: pnpm install -r --no-frozen-lockfile
3131
- name: Setup Node Env
32-
uses: actions/[email protected].3
32+
uses: actions/[email protected].4
3333
with:
3434
node-version: 14
3535
registry-url: https://registry.npmjs.org/

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
3838
restore-keys: |
3939
${{ runner.os }}-pnpm-store-
40-
- uses: actions/[email protected].3
40+
- uses: actions/[email protected].4
4141
with:
4242
node-version: 18
4343
registry-url: https://registry.npmjs.org/

.github/workflows/publish-platform-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/[email protected]
1717
with:
1818
version: 7.33.6
19-
- uses: actions/[email protected].3
19+
- uses: actions/[email protected].4
2020
with:
2121
node-version: 18
2222
registry-url: https://registry.npmjs.org/

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install dependencies
7171
run: pnpm install -r
7272
- name: Setup Node Env
73-
uses: actions/[email protected].3
73+
uses: actions/[email protected].4
7474
with:
7575
node-version: 18
7676
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)