Skip to content

Commit b70dc19

Browse files
chore(deps): update google-github-actions/get-secretmanager-secrets action to v3 (#239)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/get-secretmanager-secrets](https://redirect.github.com/google-github-actions/get-secretmanager-secrets) | action | major | `v2.2.5` -> `v3.0.0` | --- ### Release Notes <details> <summary>google-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)</summary> ### [`v3.0.0`](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/compare/v2.2.5...v3.0.0) #### What's Changed - Bump to Node 24 by [@&#8203;sethvargo](https://redirect.github.com/sethvargo) in [#&#8203;324](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/324) - Release: v3.0.0 by [@&#8203;google-github-actions-bot](https://redirect.github.com/google-github-actions-bot) in [#&#8203;325](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/325) **Full Changelog**: <google-github-actions/get-secretmanager-secrets@v2...v3.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/typescript-app-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLWFjdGlvbnMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 474f130 commit b70dc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
8585
- name: Fetch Secrets
8686
id: slack-webhook
87-
uses: google-github-actions/get-secretmanager-secrets@2b5f97c5a4b9c105e64646762ad4fc3f5128e6f5 # v2.2.5
87+
uses: google-github-actions/get-secretmanager-secrets@bc9c54b29fdffb8a47776820a7d26e77b379d262 # v3.0.0
8888
with:
8989
# This can point to any slack webhook URL stored in GC Secret Manager
9090
secrets: |-

0 commit comments

Comments
 (0)