chore(deps): update all github-actions (#1059)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-29 11:17:39 +00:00 committed by GitHub
parent 7b6c7245ec
commit 7694514d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: sbt ";language-server-apiJS/fullBundleJS;aqua-apiJS/fullBundleJS"
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.7.4
with:
url: https://vault.fluence.dev
path: jwt/github

View File

@ -133,7 +133,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.7.4
with:
url: https://vault.fluence.dev
path: jwt/github

View File

@ -54,7 +54,7 @@ jobs:
run: sbt ";language-server-apiJS/fastBundleJS;aqua-apiJS/fastBundleJS"
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.7.4
with:
url: https://vault.fluence.dev
path: jwt/github

View File

@ -37,7 +37,7 @@ jobs:
steps:
- name: Import secrets
uses: hashicorp/vault-action@v2.7.3
uses: hashicorp/vault-action@v2.7.4
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.0
uses: isbang/compose-action@v1.5.1
with:
compose-file: ".github/e2e/docker-compose.yml"
down-flags: "--volumes"