Skip to content

Commit

Permalink
chore(deps): update dkershner6/aws-ssm-getparameters-action action to…
Browse files Browse the repository at this point in the history
… v2 (#542)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dkershner6/aws-ssm-getparameters-action](https://togithub.com/dkershner6/aws-ssm-getparameters-action)
| action | major | `v1` -> `v2` |

---

### Release Notes

<details>
<summary>dkershner6/aws-ssm-getparameters-action
(dkershner6/aws-ssm-getparameters-action)</summary>

###
[`v2`](https://togithub.com/dkershner6/aws-ssm-getparameters-action/compare/v1...v2)

[Compare
Source](https://togithub.com/dkershner6/aws-ssm-getparameters-action/compare/v1...v2)

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/launchdarkly/js-core).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Lamb <[email protected]>
  • Loading branch information
renovate[bot] and kinyoklion authored Aug 13, 2024
1 parent 21aade9 commit f1bac3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/release-secrets/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
audience: https://github.com/launchdarkly
role-to-assume: ${{ inputs.aws_assume_role }}
aws-region: us-east-1
- uses: dkershner6/aws-ssm-getparameters-action@v1
- uses: dkershner6/aws-ssm-getparameters-action@4fcb4872421f387a6c43058473acc1b22443fe13
with:
parameterPairs: ${{ inputs.ssm_parameter_pairs }}
withDecryption: 'true'

0 comments on commit f1bac3a

Please sign in to comment.