mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
chore(deps): update all github-actions
This commit is contained in:
parent
41e9b5ac87
commit
9a5e19d40a
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "18.20.8"
|
||||||
|
|
||||||
- name: Set version in aqua
|
- name: Set version in aqua
|
||||||
working-directory: aqua
|
working-directory: aqua
|
||||||
@ -104,7 +104,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Import secrets
|
- name: Import secrets
|
||||||
uses: hashicorp/vault-action@v2.7.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
|
||||||
@ -134,7 +134,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "18.20.8"
|
||||||
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"
|
||||||
@ -150,7 +150,7 @@ jobs:
|
|||||||
working-directory: aqua
|
working-directory: aqua
|
||||||
|
|
||||||
- name: Import secrets
|
- name: Import secrets
|
||||||
uses: hashicorp/vault-action@v2.7.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
|
||||||
@ -210,7 +210,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.7.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
|
||||||
|
4
.github/workflows/snapshot.yml
vendored
4
.github/workflows/snapshot.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Import secrets
|
- name: Import secrets
|
||||||
if: inputs.snapshot == true
|
if: inputs.snapshot == true
|
||||||
uses: hashicorp/vault-action@v2.7.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
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "18.20.8"
|
||||||
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"
|
||||||
|
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Import secrets
|
- name: Import secrets
|
||||||
uses: hashicorp/vault-action@v2.7.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
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
- name: Setup node with self-hosted registry
|
- name: Setup node with self-hosted registry
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "18"
|
node-version: "18.20.8"
|
||||||
registry-url: "https://npm.fluence.dev"
|
registry-url: "https://npm.fluence.dev"
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: "**/package-lock.json"
|
cache-dependency-path: "**/package-lock.json"
|
||||||
@ -124,7 +124,7 @@ jobs:
|
|||||||
run: docker pull $NOX_IMAGE
|
run: docker pull $NOX_IMAGE
|
||||||
|
|
||||||
- name: Run nox network
|
- name: Run nox network
|
||||||
uses: isbang/compose-action@v1.4.1
|
uses: isbang/compose-action@v1.5.1
|
||||||
with:
|
with:
|
||||||
compose-file: ".github/e2e/docker-compose.yml"
|
compose-file: ".github/e2e/docker-compose.yml"
|
||||||
down-flags: "--volumes"
|
down-flags: "--volumes"
|
||||||
@ -132,7 +132,7 @@ jobs:
|
|||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9.22"
|
||||||
cache: "pip"
|
cache: "pip"
|
||||||
cache-dependency-path: aqua-tests/requirements.txt
|
cache-dependency-path: aqua-tests/requirements.txt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user