Skip to content

Commit 6b06f27

Browse files
authored
Merge pull request #3 from objectstack-ai/dependabot/github_actions/pnpm/action-setup-4
2 parents 262768d + 1763b60 commit 6b06f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v3
23+
uses: pnpm/action-setup@v4
2424
with:
2525
version: 9
2626

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 18
2424
registry-url: 'https://registry.npmjs.org/'
2525

26-
- uses: pnpm/action-setup@v2
26+
- uses: pnpm/action-setup@v4
2727
with:
2828
version: 10
2929

0 commit comments

Comments
 (0)