Skip to content

Commit f65e0ad

Browse files
authored
Merge pull request #302 from jihchi/dependabot/github_actions/pnpm/action-setup-5
Bump pnpm/action-setup from 4 to 5
2 parents 375b81a + daab86a commit f65e0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout repo
2424
uses: actions/checkout@v6
2525

26-
- uses: pnpm/action-setup@v4
26+
- uses: pnpm/action-setup@v5
2727

2828
- name: Set-up Node.js ${{ matrix.node }}
2929
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)