Skip to content

Commit

Permalink
Build(deps): bump dkershner6/aws-ssm-getparameters-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [dkershner6/aws-ssm-getparameters-action](https://github.com/dkershner6/aws-ssm-getparameters-action) from 1 to 2.
- [Release notes](https://github.com/dkershner6/aws-ssm-getparameters-action/releases)
- [Commits](dkershner6/aws-ssm-getparameters-action@v1...v2)

---
updated-dependencies:
- dependency-name: dkershner6/aws-ssm-getparameters-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and PhilR8 committed Dec 30, 2024
1 parent 6ba08d6 commit 1bc0c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ jobs:
aws-region: us-east-1
# Get test user credentials from AWS Parameter Store
- name: Get test user credentials
uses: dkershner6/aws-ssm-getparameters-action@v1
uses: dkershner6/aws-ssm-getparameters-action@v2
with:
parameterPairs: "/eregulations/http/user = CYPRESS_TEST_USERNAME,
/eregulations/http/password = CYPRESS_TEST_PASSWORD,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
pytest -vv
# Get test user credentials from AWS Parameter Store
- name: Get test user credentials
uses: dkershner6/aws-ssm-getparameters-action@v1
uses: dkershner6/aws-ssm-getparameters-action@v2
with:
parameterPairs: "/eregulations/http/user = CYPRESS_TEST_USERNAME,
/eregulations/http/password = CYPRESS_TEST_PASSWORD,
Expand Down

0 comments on commit 1bc0c2f

Please sign in to comment.