chore(deps): update all github-actions

This commit is contained in:
renovate[bot] 2025-03-11 17:47:23 +00:00 committed by GitHub
parent e2d93adb1e
commit 2cc0d18b71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Import secrets - name: Import secrets
uses: hashicorp/vault-action@v2.4.3 uses: hashicorp/vault-action@v2.8.1
with: with:
url: https://vault.fluence.dev url: https://vault.fluence.dev
path: jwt/github path: jwt/github
@ -73,7 +73,7 @@ jobs:
run: ./build.sh run: ./build.sh
- name: Install cargo-workspaces - name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.0 uses: baptiste0928/cargo-install@v1.3.1
with: with:
crate: cargo-workspaces crate: cargo-workspaces
@ -89,7 +89,7 @@ jobs:
- name: Setup node - name: Setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "16.20.2"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json" cache-dependency-path: "aqua/package-lock.json"
cache: "npm" cache: "npm"
@ -138,7 +138,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}" echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets - name: Import secrets
uses: hashicorp/vault-action@v2.4.3 uses: hashicorp/vault-action@v2.8.1
with: with:
url: https://vault.fluence.dev url: https://vault.fluence.dev
path: jwt/github path: jwt/github

View File

@ -51,7 +51,7 @@ jobs:
- name: Setup node - name: Setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: "16" node-version: "16.20.2"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json" cache-dependency-path: "aqua/package-lock.json"
cache: "npm" cache: "npm"