File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
token : ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
54
54
55
55
- name : Setup pnpm
56
- uses : pnpm/action-setup@v2.2.4
56
+ uses : pnpm/action-setup@v4
57
57
with :
58
58
version : 8
59
59
@@ -103,7 +103,7 @@ jobs:
103
103
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN
104
104
105
105
- name : Setup pnpm
106
- uses : pnpm/action-setup@v2.2.4
106
+ uses : pnpm/action-setup@v4
107
107
with :
108
108
version : 8
109
109
@@ -165,4 +165,4 @@ jobs:
165
165
status : " failure"
166
166
notification_title : " *{workflow}* has {status_message}"
167
167
message_format : " ${{ steps.status.outputs.jobs }} {status_message} in <{repo_url}|{repo}>"
168
- footer : " <{run_url}>"
168
+ footer : " <{run_url}>"
Original file line number Diff line number Diff line change 43
43
repository : fluencelabs/js-client
44
44
ref : ${{ inputs.ref }}
45
45
46
- - uses : pnpm/action-setup@v2.2.4
46
+ - uses : pnpm/action-setup@v4
47
47
with :
48
48
version : 8
49
49
92
92
uses : fluencelabs/github-actions/pnpm-publish-snapshot@main
93
93
with :
94
94
id : ${{ steps.version.outputs.id }}
95
- set-version : false
95
+ set-version : false
Original file line number Diff line number Diff line change 83
83
run : fluence local up
84
84
85
85
- name : Setup pnpm
86
- uses : pnpm/action-setup@v2.4.1
86
+ uses : pnpm/action-setup@v4
87
87
with :
88
88
version : 8
89
89
You can’t perform that action at this time.
0 commit comments