chore(deps): update all github-actions

This commit is contained in:
renovate[bot] 2025-04-08 22:48:31 +00:00 committed by GitHub
parent 41e9b5ac87
commit 9a5e19d40a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 11 deletions

View File

@ -74,7 +74,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "18.20.8"
- name: Set version in aqua
working-directory: aqua
@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v4
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.1
with:
url: https://vault.fluence.dev
path: jwt/github
@ -134,7 +134,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "18.20.8"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json"
cache: "npm"
@ -150,7 +150,7 @@ jobs:
working-directory: aqua
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.1
with:
url: https://vault.fluence.dev
path: jwt/github
@ -210,7 +210,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.1
with:
url: https://vault.fluence.dev
path: jwt/github

View File

@ -61,7 +61,7 @@ jobs:
- name: Import secrets
if: inputs.snapshot == true
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.1
with:
url: https://vault.fluence.dev
path: jwt/github
@ -76,7 +76,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "18.20.8"
registry-url: "https://registry.npmjs.org"
cache-dependency-path: "aqua/package-lock.json"
cache: "npm"

View File

@ -45,7 +45,7 @@ jobs:
steps:
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.8.1
with:
url: https://vault.fluence.dev
path: jwt/github
@ -67,7 +67,7 @@ jobs:
- name: Setup node with self-hosted registry
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "18.20.8"
registry-url: "https://npm.fluence.dev"
cache: "npm"
cache-dependency-path: "**/package-lock.json"
@ -124,7 +124,7 @@ jobs:
run: docker pull $NOX_IMAGE
- name: Run nox network
uses: isbang/compose-action@v1.4.1
uses: isbang/compose-action@v1.5.1
with:
compose-file: ".github/e2e/docker-compose.yml"
down-flags: "--volumes"
@ -132,7 +132,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.9.22"
cache: "pip"
cache-dependency-path: aqua-tests/requirements.txt