Skip to content

Commit

Permalink
chore: update pnpm/action-setup to v4 (#453)
Browse files Browse the repository at this point in the history
Version 2.2.4 is failing because it is obsolete.
  • Loading branch information
monoid authored Jul 22, 2024
1 parent e52ff24 commit a2a301e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down Expand Up @@ -165,4 +165,4 @@ jobs:
status: "failure"
notification_title: "*{workflow}* has {status_message}"
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
footer: "<{run_url}>"
footer: "<{run_url}>"
4 changes: 2 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repository: fluencelabs/js-client
ref: ${{ inputs.ref }}

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4
with:
version: 8

Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
uses: fluencelabs/github-actions/pnpm-publish-snapshot@main
with:
id: ${{ steps.version.outputs.id }}
set-version: false
set-version: false
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: fluence local up

- name: Setup pnpm
uses: pnpm/action-setup@v2.4.1
uses: pnpm/action-setup@v4
with:
version: 8

Expand Down

0 comments on commit a2a301e

Please sign in to comment.