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 8080 working-directory : ./src/spell/modules/spell/spell
8181 run : ./build.sh
8282
83- - uses : pnpm/action-setup@v2.2.4
83+ - uses : pnpm/action-setup@v2.4.0
8484 with :
8585 version : 8
8686
@@ -127,7 +127,7 @@ jobs:
127127 token : ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
128128
129129 - name : Import secrets
130- uses : hashicorp/vault-action@v2.5.0
130+ uses : hashicorp/vault-action@v2.8.1
131131 with :
132132 url : https://vault.fluence.dev
133133 path : jwt/github
@@ -167,7 +167,7 @@ jobs:
167167 --skip-published \
168168 --yes
169169
170- - uses : pnpm/action-setup@v2.2.4
170+ - uses : pnpm/action-setup@v2.4.0
171171 with :
172172 version : 8
173173
@@ -210,7 +210,7 @@ jobs:
210210 echo "found any?:" "${{ steps.status.outputs.found }}"
211211
212212 - name : Import secrets
213- uses : hashicorp/vault-action@v2.5.0
213+ uses : hashicorp/vault-action@v2.8.1
214214 with :
215215 url : https://vault.fluence.dev
216216 path : jwt/github
Original file line number Diff line number Diff line change 3333 ref : ${{ github.ref }}
3434
3535 - name : Setup pnpm
36- uses : pnpm/action-setup@v2.2.4
36+ uses : pnpm/action-setup@v2.4.0
3737 with :
3838 version : 8
3939
Original file line number Diff line number Diff line change 4949 ref : ${{ inputs.ref }}
5050
5151 - name : Import secrets
52- uses : hashicorp/vault-action@v2.5.0
52+ uses : hashicorp/vault-action@v2.8.1
5353 with :
5454 url : https://vault.fluence.dev
5555 path : jwt/github
@@ -102,7 +102,7 @@ jobs:
102102 path : src/spell/modules/spell
103103
104104 - name : Setup pnpm
105- uses : pnpm/action-setup@v2.2.4
105+ uses : pnpm/action-setup@v2.4.0
106106 with :
107107 version : 8
108108
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Import secrets
41- uses : hashicorp/vault-action@v2.5.0
41+ uses : hashicorp/vault-action@v2.8.1
4242 with :
4343 url : https://vault.fluence.dev
4444 path : jwt/github
8383 run : docker pull $NOX_IMAGE
8484
8585 - name : Run nox network
86- uses : isbang/compose-action@v1.4 .1
86+ uses : isbang/compose-action@v1.5 .1
8787 with :
8888 compose-file : ' .github/e2e/docker-compose.yml'
8989 down-flags : ' --volumes'
You can’t perform that action at this time.
0 commit comments