mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-14 14:00:49 +00:00
chore(deps): update hashicorp/vault-action action to v2.8.1 (#56)
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hashicorp/vault-action](https://togithub.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://togithub.com/hashicorp/vault-action/releases/tag/v2.8.1) [Compare Source](https://togithub.com/hashicorp/vault-action/compare/v2.8.0...v2.8.1) ##### 2.8.1 (February 15, 2024) Bugs: - Revert [GH-509](https://togithub.com/hashicorp/vault-action/pull/509) which made a backwards incompatible bump of the node runtime from node16 to node20 [GH-527](https://togithub.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>
This commit is contained in:
parent
aa50b4c73b
commit
3a86f7b3c3
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
token: ${{ secrets.FLUENCEBOT_RELEASE_PLEASE_PAT }}
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.8.0
|
||||
uses: hashicorp/vault-action@v2.8.1
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
@ -101,7 +101,7 @@ jobs:
|
||||
echo "found any?:" "${{ steps.status.outputs.found }}"
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.8.0
|
||||
uses: hashicorp/vault-action@v2.8.1
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
|
2
.github/workflows/snapshot.yml
vendored
2
.github/workflows/snapshot.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
ref: ${{ inputs.ref }}
|
||||
|
||||
- name: Import secrets
|
||||
uses: hashicorp/vault-action@v2.8.0
|
||||
uses: hashicorp/vault-action@v2.8.1
|
||||
with:
|
||||
url: https://vault.fluence.dev
|
||||
path: jwt/github
|
||||
|
Loading…
x
Reference in New Issue
Block a user