Skip to content

Commit

Permalink
Merge pull request #21 from zlict/dependabot/github_actions/pnpm/acti…
Browse files Browse the repository at this point in the history
…on-setup-4

chore(deps): bump pnpm/action-setup from 3 to 4
  • Loading branch information
openscript authored May 12, 2024
2 parents c1d5461 + d038934 commit 83a21c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: '0'

- name: Setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4

- name: Configure node for Github NPM registry as registry
uses: actions/setup-node@v4
Expand Down

0 comments on commit 83a21c8

Please sign in to comment.