Skip to content

Commit 6f18158

Browse files
Merge pull request #246 from depot/dependabot/github_actions/pnpm/action-setup-3.0.0
build(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0
2 parents ce4ccff + fa32dd5 commit 6f18158

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: true
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2.4.0
19+
uses: pnpm/action-setup@v3.0.0
2020
with:
2121
version: 8.x.x
2222

@@ -79,7 +79,7 @@ jobs:
7979
cache: true
8080

8181
- name: Install pnpm
82-
uses: pnpm/action-setup@v2.4.0
82+
uses: pnpm/action-setup@v3.0.0
8383
with:
8484
version: 8.x.x
8585

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: true
1919

2020
- name: Install pnpm
21-
uses: pnpm/action-setup@v2.4.0
21+
uses: pnpm/action-setup@v3.0.0
2222
with:
2323
version: 8.x.x
2424

0 commit comments

Comments
 (0)