Skip to content

Commit 9034bd3

Browse files
authored
build: update actions to avoid deprecation warnings (#26)
1 parent d46a36a commit 9034bd3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js
2727
uses: actions/setup-node@v3
2828

29-
- uses: pnpm/action-setup@v2.2.2
29+
- uses: pnpm/action-setup@v2.2.4
3030
name: Install pnpm
3131
id: pnpm-install
3232
with:

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Use Node.js
2727
uses: actions/setup-node@v3
2828

29-
- uses: pnpm/action-setup@v2.2.2
29+
- uses: pnpm/action-setup@v2.2.4
3030
name: Install pnpm
3131
id: pnpm-install
3232
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434

35-
- uses: pnpm/action-setup@v2.2.2
35+
- uses: pnpm/action-setup@v2.2.4
3636
name: Install pnpm
3737
id: pnpm-install
3838
with:

0 commit comments

Comments
 (0)