Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.0
uses: baptiste0928/cargo-install@v1.3.1
with:
crate: cargo-workspaces

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}

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

- name: Install Marine
uses: baptiste0928/cargo-install@v1.3.0
uses: baptiste0928/cargo-install@v1.3.1
with:
crate: marine

Expand All @@ -152,7 +152,7 @@ jobs:
run: ./build.sh

- name: Install cargo-workspaces
uses: baptiste0928/cargo-install@v1.3.0
uses: baptiste0928/cargo-install@v1.3.1
with:
crate: cargo-workspaces

Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"

- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.5.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down
2 changes: 1 addition & 1 deletion .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.5.0
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down