Skip to content

Commit 908a6dc

Browse files
authored
Merge pull request #7 from ace-of-aces/dependabot/github_actions/pnpm/action-setup-4
chore(deps): bump pnpm/action-setup from 3 to 4
2 parents 275b19f + 4e5a2ef commit 908a6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
fetch-depth: 0 # Not needed if lastUpdated is not enabled
36-
- uses: pnpm/action-setup@v3
36+
- uses: pnpm/action-setup@v4
3737
with:
3838
version: 9 # Not needed if you've set "packageManager" in package.json
3939
- name: Setup Node

0 commit comments

Comments
 (0)