Skip to content

Commit bc8ee8c

Browse files
chore(deps): update pnpm/action-setup action to v4.1.0
1 parent f8e3984 commit bc8ee8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/api-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
restore-keys: |
4242
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }}
4343
44-
- uses: pnpm/action-setup@v4.0.0
44+
- uses: pnpm/action-setup@v4.1.0
4545
with:
4646
run_install: true
4747

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: ${{ matrix.node-version }}
6868

6969
- name: Setup pnpm
70-
uses: pnpm/action-setup@v4.0.0
70+
uses: pnpm/action-setup@v4.1.0
7171
with:
7272
version:
7373
run_install: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
redis-version: 6
3232
- name: Setup pnpm
33-
uses: pnpm/action-setup@v4.0.0
33+
uses: pnpm/action-setup@v4.1.0
3434
with:
3535
version:
3636
run_install: false

0 commit comments

Comments
 (0)