Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2a301e

Browse files
authoredJul 22, 2024··
chore: update pnpm/action-setup to v4 (#453)
Version 2.2.4 is failing because it is obsolete.
1 parent e52ff24 commit a2a301e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
5454

5555
- name: Setup pnpm
56-
uses: pnpm/action-setup@v2.2.4
56+
uses: pnpm/action-setup@v4
5757
with:
5858
version: 8
5959

@@ -103,7 +103,7 @@ jobs:
103103
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN
104104
105105
- name: Setup pnpm
106-
uses: pnpm/action-setup@v2.2.4
106+
uses: pnpm/action-setup@v4
107107
with:
108108
version: 8
109109

@@ -165,4 +165,4 @@ jobs:
165165
status: "failure"
166166
notification_title: "*{workflow}* has {status_message}"
167167
message_format: "${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
168-
footer: "<{run_url}>"
168+
footer: "<{run_url}>"

‎.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
repository: fluencelabs/js-client
4444
ref: ${{ inputs.ref }}
4545

46-
- uses: pnpm/action-setup@v2.2.4
46+
- uses: pnpm/action-setup@v4
4747
with:
4848
version: 8
4949

@@ -92,4 +92,4 @@ jobs:
9292
uses: fluencelabs/github-actions/pnpm-publish-snapshot@main
9393
with:
9494
id: ${{ steps.version.outputs.id }}
95-
set-version: false
95+
set-version: false

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: fluence local up
8484

8585
- name: Setup pnpm
86-
uses: pnpm/action-setup@v2.4.1
86+
uses: pnpm/action-setup@v4
8787
with:
8888
version: 8
8989

0 commit comments

Comments
 (0)
Please sign in to comment.