Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 61cae48

Browse files
chore(deps): update all github-actions
1 parent c8faaa2 commit 61cae48

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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.0
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.0
214214
with:
215215
url: https://vault.fluence.dev
216216
path: jwt/github

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
ref: ${{ inputs.ref }}
5050

5151
- name: Import secrets
52-
uses: hashicorp/vault-action@v2.5.0
52+
uses: hashicorp/vault-action@v2.8.0
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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Import secrets
41-
uses: hashicorp/vault-action@v2.5.0
41+
uses: hashicorp/vault-action@v2.8.0
4242
with:
4343
url: https://vault.fluence.dev
4444
path: jwt/github
@@ -83,7 +83,7 @@ jobs:
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'

0 commit comments

Comments
 (0)