mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-04 06:30:17 +00:00
chore(deps): update all github-actions (major) (#1141)
chore(deps): update all github-actions Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
32b9043e81
commit
e0513a6218
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
run: sbt ";language-server-apiJS/fullBundleJS;aqua-apiJS/fullBundleJS"
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.4
|
||||
uses: hashicorp/vault-action@v3.0.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
kv/npmjs/fluencebot token | NODE_AUTH_TOKEN
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
version: 8
|
||||
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
sed -i 's/aquaVersion =.*/aquaVersion = "${{ steps.version.outputs.version }}"/g' build.sbt
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
version: 8
|
||||
|
||||
@ -133,7 +133,7 @@ jobs:
|
||||
echo "found any?:" "${{ steps.status.outputs.found }}"
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.4
|
||||
uses: hashicorp/vault-action@v3.0.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
|
4
.github/workflows/snapshot.yml
vendored
4
.github/workflows/snapshot.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
run: sbt ";language-server-apiJS/fastBundleJS;aqua-apiJS/fastBundleJS"
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.4
|
||||
uses: hashicorp/vault-action@v3.0.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
kv/npm-registry/basicauth/ci token | NODE_AUTH_TOKEN
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
version: 8
|
||||
|
||||
|
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.7.4
|
||||
uses: hashicorp/vault-action@v3.0.0
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
run: docker pull $NOX_IMAGE
|
||||
|
||||
- name: Run nox
|
||||
uses: isbang/compose-action@v1.5.1
|
||||
uses: isbang/compose-action@v2.0.0
|
||||
with:
|
||||
compose-file: ".github/e2e/docker-compose.yml"
|
||||
down-flags: "--volumes"
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
run: sbt "aqua-apiJS/fastBundleJS"
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2.4.0
|
||||
uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
version: 8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user