Skip to content

Commit a90b429

Browse files
Bump pnpm/action-setup in the github-actions-updates group
Bumps the github-actions-updates group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ebe893 commit a90b429

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-frontend-api.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node }}
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v4.0.0
35+
uses: pnpm/action-setup@v4.1.0
3636
id: pnpm-install
3737
with:
3838
version: 8
@@ -75,7 +75,7 @@ jobs:
7575
node-version: ${{ matrix.node }}
7676

7777
- name: Install pnpm
78-
uses: pnpm/action-setup@v4.0.0
78+
uses: pnpm/action-setup@v4.1.0
7979
id: pnpm-install
8080
with:
8181
version: 8
@@ -118,7 +118,7 @@ jobs:
118118
node-version: ${{ matrix.node }}
119119

120120
- name: Install pnpm
121-
uses: pnpm/action-setup@v4.0.0
121+
uses: pnpm/action-setup@v4.1.0
122122
id: pnpm-install
123123
with:
124124
version: 8

.github/workflows/ci-frontend.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: ${{ matrix.node }}
3333

3434
- name: Install pnpm
35-
uses: pnpm/action-setup@v4.0.0
35+
uses: pnpm/action-setup@v4.1.0
3636
id: pnpm-install
3737
with:
3838
version: 8
@@ -75,7 +75,7 @@ jobs:
7575
node-version: ${{ matrix.node }}
7676

7777
- name: Install pnpm
78-
uses: pnpm/action-setup@v4.0.0
78+
uses: pnpm/action-setup@v4.1.0
7979
id: pnpm-install
8080
with:
8181
version: 8
@@ -118,7 +118,7 @@ jobs:
118118
node-version: ${{ matrix.node }}
119119

120120
- name: Install pnpm
121-
uses: pnpm/action-setup@v4.0.0
121+
uses: pnpm/action-setup@v4.1.0
122122
id: pnpm-install
123123
with:
124124
version: 8
@@ -155,7 +155,7 @@ jobs:
155155
uses: actions/checkout@v4
156156

157157
- name: Install pnpm
158-
uses: pnpm/action-setup@v4.0.0
158+
uses: pnpm/action-setup@v4.1.0
159159
id: pnpm-install
160160
with:
161161
version: 8
@@ -185,7 +185,7 @@ jobs:
185185
node-version: ${{ matrix.node }}
186186

187187
- name: Install pnpm
188-
uses: pnpm/action-setup@v4.0.0
188+
uses: pnpm/action-setup@v4.1.0
189189
id: pnpm-install
190190
with:
191191
version: 8

0 commit comments

Comments
 (0)