Skip to content

Commit

Permalink
Merge pull request #690 from microlinkhq/dependabot/github_actions/pn…
Browse files Browse the repository at this point in the history
…pm/action-setup-3

build(deps): bump pnpm/action-setup from 2 to 3
  • Loading branch information
Kikobeats authored Feb 9, 2024
2 parents d650505 + c1848e7 commit d95df13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: lts/*
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: latest
run_install: true
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
with:
node-version: lts/*
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: latest
run_install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: lts/*
- name: Setup PNPM
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: latest
run_install: true
Expand Down

0 comments on commit d95df13

Please sign in to comment.