8000 Merge pull request #1 from Kikobeats/dependabot/github_actions/pnpm/a… · Kikobeats/github-create-secret@0ed2e00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ed2e00

Browse files
authored
Merge pull request #1 from Kikobeats/dependabot/github_actions/pnpm/action-setup-3
build(deps): bump pnpm/action-setup from 2 to 3
2 parents f3548c7 + 86169eb commit 0ed2e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
node-version: lts/*
4848
- name: Setup PNPM
49-
uses: pnpm/action-setup@v2
49+
uses: pnpm/action-setup@v3
5050
with:
5151
version: latest
5252
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)
0