diff --git a/.github/workflows/deploy-experimental.yml b/.github/workflows/deploy-experimental.yml index cd7f1d3e9..202be18a6 100644 --- a/.github/workflows/deploy-experimental.yml +++ b/.github/workflows/deploy-experimental.yml @@ -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, diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7acaafbaf..1393b3c1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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,