This repository was archived by the owner on Jul 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 80
80
working-directory : ./src/spell/modules/spell/spell
81
81
run : ./build.sh
82
82
83
- - uses : pnpm/action-setup@v2.2.4
83
+ - uses : pnpm/action-setup@v2.4.0
84
84
with :
85
85
version : 8
86
86
@@ -127,7 +127,7 @@ jobs:
127
127
token : ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
128
128
129
129
- name : Import secrets
130
- uses : hashicorp/vault-action@v2.5 .0
130
+ uses : hashicorp/vault-action@v2.8 .0
131
131
with :
132
132
url : https://vault.fluence.dev
133
133
path : jwt/github
@@ -167,7 +167,7 @@ jobs:
167
167
--skip-published \
168
168
--yes
169
169
170
- - uses : pnpm/action-setup@v2.2.4
170
+ - uses : pnpm/action-setup@v2.4.0
171
171
with :
172
172
version : 8
173
173
@@ -210,7 +210,7 @@ jobs:
210
210
echo "found any?:" "${{ steps.status.outputs.found }}"
211
211
212
212
- name : Import secrets
213
- uses : hashicorp/vault-action@v2.5 .0
213
+ uses : hashicorp/vault-action@v2.8 .0
214
214
with :
215
215
url : https://vault.fluence.dev
216
216
path : jwt/github
Original file line number Diff line number Diff line change 33
33
ref : ${{ github.ref }}
34
34
35
35
- name : Setup pnpm
36
- uses : pnpm/action-setup@v2.2.4
36
+ uses : pnpm/action-setup@v2.4.0
37
37
with :
38
38
version : 8
39
39
Original file line number Diff line number Diff line change 49
49
ref : ${{ inputs.ref }}
50
50
51
51
- name : Import secrets
52
- uses : hashicorp/vault-action@v2.5 .0
52
+ uses : hashicorp/vault-action@v2.8 .0
53
53
with :
54
54
url : https://vault.fluence.dev
55
55
path : jwt/github
@@ -102,7 +102,7 @@ jobs:
102
102
path : src/spell/modules/spell
103
103
104
104
- name : Setup pnpm
105
- uses : pnpm/action-setup@v2.2.4
105
+ uses : pnpm/action-setup@v2.4.0
106
106
with :
107
107
version : 8
108
108
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Import secrets
41
- uses : hashicorp/vault-action@v2.5 .0
41
+ uses : hashicorp/vault-action@v2.8 .0
42
42
with :
43
43
url : https://vault.fluence.dev
44
44
path : jwt/github
83
83
run : docker pull $NOX_IMAGE
84
84
85
85
- name : Run nox network
86
- uses : isbang/compose-action@v1.4 .1
86
+ uses : isbang/compose-action@v1.5 .1
87
87
with :
88
88
compose-file : ' .github/e2e/docker-compose.yml'
89
89
down-flags : ' --volumes'
You can’t perform that action at this time.
0 commit comments