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

Commit 4664b33

Browse files
chore(deps): update all github-actions
1 parent ad5d03b commit 4664b33

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ 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.1
8484
with:
8585
version: 8
8686

8787
- name: Setup node
8888
uses: actions/setup-node@v3
8989
with:
90-
node-version: '18'
90+
node-version: '18.20.8'
9191
registry-url: 'https://registry.npmjs.org'
9292
cache: 'pnpm'
9393

@@ -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,14 +167,14 @@ jobs:
167167
--skip-published \
168168
--yes
169169
170-
- uses: pnpm/action-setup@v2.2.4
170+
- uses: pnpm/action-setup@v2.4.1
171171
with:
172172
version: 8
173173

174174
- name: Setup node
175175
uses: actions/setup-node@v3
176176
with:
177-
node-version: '18'
177+
node-version: '18.20.8'
178178
registry-url: 'https://registry.npmjs.org'
179179
cache: 'pnpm'
180180

@@ -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

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ 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.1
3737
with:
3838
version: 8
3939

4040
- name: Setup node with self-hosted npm registry
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: '18'
43+
node-version: '18.20.8'
4444
registry-url: 'https://npm.fluence.dev'
4545
cache: 'pnpm'
4646

.github/workflows/snapshot.yml

Lines changed: 3 additions & 3 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.1
5353
with:
5454
url: https://vault.fluence.dev
5555
path: jwt/github
@@ -102,14 +102,14 @@ 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.1
106106
with:
107107
version: 8
108108

109109
- name: Setup node with self-hosted npm registry
110110
uses: actions/setup-node@v3
111111
with:
112-
node-version: "18"
112+
node-version: "18.20.8"
113113
registry-url: "https://npm.fluence.dev"
114114
cache: "pnpm"
115115

.github/workflows/tests.yml

Lines changed: 4 additions & 4 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.1
4242
with:
4343
url: https://vault.fluence.dev
4444
path: jwt/github
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup node with self-hosted registry
6161
uses: actions/setup-node@v3
6262
with:
63-
node-version: '18'
63+
node-version: '18.20.8'
6464
registry-url: 'https://npm.fluence.dev'
6565

6666
- name: Setup Rust toolchain
@@ -83,15 +83,15 @@ 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'
9090

9191
- name: Setup python
9292
uses: actions/setup-python@v4
9393
with:
94-
python-version: '3.9'
94+
python-version: '3.9.22'
9595
cache: 'pip'
9696
cache-dependency-path: integration-tests/requirements.txt
9797

0 commit comments

Comments
 (0)