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 Aug 2, 2023
1 parent d378fe2 commit ab7685c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.3
with:
url: https://vault.fluence.dev
path: jwt/github
Expand All @@ -73,7 +73,7 @@ jobs:
run: ./build.sh

- name: Install cargo-workspaces
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-workspaces

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
uses: hashicorp/vault-action@v2.7.3
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 @@ -32,7 +32,7 @@ jobs:
args: -Z unstable-options --all

- name: Install cargo-nextest
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-nextest
version: 0.9.22
Expand Down

0 comments on commit ab7685c

Please sign in to comment.