From 3a86f7b3c37de95b082a0517a0d10a6859f3180a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:17:35 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault-action action to v2.8.1 (#56) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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://togithub.com/hashicorp/vault-action) | action | patch | `v2.8.0` -> `v2.8.1` | --- ### Release Notes
hashicorp/vault-action (hashicorp/vault-action) ### [`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)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- .github/workflows/snapshot.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 133836f..a336620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index ad5b95a..25881a3 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -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