Skip to content

Commit

Permalink
chore(deps): update hashicorp/vault-action action to v2.8.1 (#56)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [hashicorp/vault-action](https://github.com/hashicorp/vault-action)
| action | patch | `v2.8.0` -> `v2.8.1` |

---

### Release Notes

<details>
<summary>hashicorp/vault-action (hashicorp/vault-action)</summary>

###
[`v2.8.1`](https://github.com/hashicorp/vault-action/releases/tag/v2.8.1)

[Compare
Source](https://github.com/hashicorp/vault-action/compare/v2.8.0...v2.8.1)

##### 2.8.1 (February 15, 2024)

Bugs:

- Revert [GH-509](https://github.com/hashicorp/vault-action/pull/509)
which made a backwards incompatible bump of the node runtime from node16
to node20 [GH-527](https://github.com/hashicorp/vault-action/pull/527)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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://developer.mend.io/github/fluencelabs/sqlite-wasm-connector).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 29, 2024
1 parent aa50b4c commit 3a86f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}

- name: Import secrets
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
echo "found any?:" "${{ steps.status.outputs.found }}"
- name: Import secrets
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].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 @@ -33,7 +33,7 @@ jobs:
ref: ${{ inputs.ref }}

- name: Import secrets
uses: hashicorp/[email protected].0
uses: hashicorp/[email protected].1
with:
url: https://vault.fluence.dev
path: jwt/github
Expand Down

0 comments on commit 3a86f7b

Please sign in to comment.