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 1, 2024
1 parent cdaefbe commit dafe747
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cargo-edit
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: cargo-edit
version: v0.12.1
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v3

- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -121,7 +121,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: cargo-workspaces
version: v0.2.44
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: fluencelabs/setup-marine@v1

- name: Install cargo-nextest
uses: baptiste0928/cargo-install@v2.0.0
uses: baptiste0928/cargo-install@v2.2.0
with:
crate: cargo-nextest
version: 0.9.22
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: ./build.sh

- name: Import secrets
uses: hashicorp/vault-action@v2.5.0
uses: hashicorp/vault-action@v2.8.0
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 @@ -37,7 +37,7 @@ jobs:

steps:
- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.8.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -98,7 +98,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 dafe747

Please sign in to comment.