Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 3414b10

Browse files
chore(deps): update all github-actions (#125)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [baptiste0928/cargo-install](https://togithub.com/baptiste0928/cargo-install) | action | patch | `v1.3.0` -> `v1.3.1` | | [hashicorp/vault-action](https://togithub.com/hashicorp/vault-action) | action | minor | `v2.4.3` -> `v2.5.0` | --- ### Release Notes <details> <summary>baptiste0928/cargo-install</summary> ### [`v1.3.1`](https://togithub.com/baptiste0928/cargo-install/releases/tag/v1.3.1) [Compare Source](https://togithub.com/baptiste0928/cargo-install/compare/v1.3.0...v1.3.1) ##### Fixed - Use `semver` instead of `compare-versions` to fix version resolution issues. - Dependencies have been updated. This removes the warning about `set-output` being deprecated. </details> <details> <summary>hashicorp/vault-action</summary> ### [`v2.5.0`](https://togithub.com/hashicorp/vault-action/releases/tag/v2.5.0) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.4.3...v2.5.0) Features: - Adds ability to automatically decode secrets from base64, hex, and utf8 encodings. [GH-408](https://togithub.com/hashicorp/vault-action/pull/408) Improvements: - Improves error messages for Vault authentication failures [GH-409](https://togithub.com/hashicorp/vault-action/pull/409) - bump jest from 28.1.1 to 29.3.1 [GH-397](https://togithub.com/hashicorp/vault-action/pull/397) - bump [@&#8203;types/jest](https://togithub.com/types/jest) from 28.1.3 to 29.2.6 [GH-397](https://togithub.com/hashicorp/vault-action/pull/397), [GH-413](https://togithub.com/hashicorp/vault-action/pull/413) - bump jsrsasign from 10.5.27 to 10.6.1 [GH-401](https://togithub.com/hashicorp/vault-action/pull/401) - bump json5 from 2.2.1 to 2.2.3 [GH-404](https://togithub.com/hashicorp/vault-action/pull/404) - bump minimatch from 3.0.4 to 3.1.2 [GH-410](https://togithub.com/hashicorp/vault-action/pull/410) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/fluencelabs/spell). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37fd228 commit 3414b10

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions-rust-lang/setup-rust-toolchain@v1
5454

5555
- name: Install cargo-workspaces
56-
uses: baptiste0928/cargo-install@v1.3.0
56+
uses: baptiste0928/cargo-install@v1.3.1
5757
with:
5858
crate: cargo-workspaces
5959

@@ -126,7 +126,7 @@ jobs:
126126
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
127127

128128
- name: Import secrets
129-
uses: hashicorp/vault-action@v2.4.3
129+
uses: hashicorp/vault-action@v2.5.0
130130
with:
131131
url: https://vault.fluence.dev
132132
path: jwt/github
@@ -143,7 +143,7 @@ jobs:
143143
uses: actions-rust-lang/setup-rust-toolchain@v1
144144

145145
- name: Install Marine
146-
uses: baptiste0928/cargo-install@v1.3.0
146+
uses: baptiste0928/cargo-install@v1.3.1
147147
with:
148148
crate: marine
149149

@@ -152,7 +152,7 @@ jobs:
152152
run: ./build.sh
153153

154154
- name: Install cargo-workspaces
155-
uses: baptiste0928/cargo-install@v1.3.0
155+
uses: baptiste0928/cargo-install@v1.3.1
156156
with:
157157
crate: cargo-workspaces
158158

@@ -247,7 +247,7 @@ jobs:
247247
echo "found any?:" "${{ steps.status.outputs.found }}"
248248
249249
- name: Import secrets
250-
uses: hashicorp/vault-action@v2.4.3
250+
uses: hashicorp/vault-action@v2.5.0
251251
with:
252252
url: https://vault.fluence.dev
253253
path: jwt/github

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Import secrets
40-
uses: hashicorp/vault-action@v2.4.3
40+
uses: hashicorp/vault-action@v2.5.0
4141
with:
4242
url: https://vault.fluence.dev
4343
path: jwt/github

0 commit comments

Comments
 (0)