Skip to content

Commit

Permalink
chore(deps): update all github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 41e9b5a commit 3a80aba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3a80aba

Please sign in to comment.