Skip to content

Commit 4fd9a24

Browse files
authored
Merge pull request #127 from microlinkhq/dependabot/github_actions/pnpm/action-setup-3
build(deps): bump pnpm/action-setup from 2 to 3
2 parents 70711e3 + 7de9be2 commit 4fd9a24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: lts/*
1919
- name: Setup PNPM
20-
uses: pnpm/action-setup@v2
20+
uses: pnpm/action-setup@v3
2121
with:
2222
version: latest
2323
run_install: true

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: lts/*
4949
- name: Setup PNPM
50-
uses: pnpm/action-setup@v2
50+
uses: pnpm/action-setup@v3
5151
with:
5252
version: latest
5353
run_install: true

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: lts/*
2424
- name: Setup PNPM
25-
uses: pnpm/action-setup@v2
25+
uses: pnpm/action-setup@v3
2626
with:
2727
version: latest
2828
run_install: true

0 commit comments

Comments
 (0)