Skip to content

Commit 2cc0d18

Browse files
chore(deps): update all github-actions
1 parent e2d93ad commit 2cc0d18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151

5252
- name: Import secrets
53-
uses: hashicorp/vault-action@v2.4.3
53+
uses: hashicorp/vault-action@v2.8.1
5454
with:
5555
url: https://vault.fluence.dev
5656
path: jwt/github
@@ -73,7 +73,7 @@ jobs:
7373
run: ./build.sh
7474

7575
- name: Install cargo-workspaces
76-
uses: baptiste0928/[email protected].0
76+
uses: baptiste0928/[email protected].1
7777
with:
7878
crate: cargo-workspaces
7979

@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup node
9090
uses: actions/setup-node@v3
9191
with:
92-
node-version: "16"
92+
node-version: "16.20.2"
9393
registry-url: "https://registry.npmjs.org"
9494
cache-dependency-path: "aqua/package-lock.json"
9595
cache: "npm"
@@ -138,7 +138,7 @@ jobs:
138138
echo "found any?:" "${{ steps.status.outputs.found }}"
139139
140140
- name: Import secrets
141-
uses: hashicorp/vault-action@v2.4.3
141+
uses: hashicorp/vault-action@v2.8.1
142142
with:
143143
url: https://vault.fluence.dev
144144
path: jwt/github

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup node
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: "16"
54+
node-version: "16.20.2"
5555
registry-url: "https://registry.npmjs.org"
5656
cache-dependency-path: "aqua/package-lock.json"
5757
cache: "npm"

0 commit comments

Comments
 (0)