From 16a1d482fca57661c9825f3abe805291e073ff4a Mon Sep 17 00:00:00 2001 From: Scott Prutton Date: Thu, 6 Jun 2024 13:50:56 -0400 Subject: [PATCH] test --- .github/workflows/deploy-service.yml | 2 +- .github/workflows/invalidate-cache.yml | 2 +- .github/workflows/set-init-version.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-service.yml b/.github/workflows/deploy-service.yml index 423b0a649a..471c665828 100644 --- a/.github/workflows/deploy-service.yml +++ b/.github/workflows/deploy-service.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure AWS credentials for production - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }} diff --git a/.github/workflows/invalidate-cache.yml b/.github/workflows/invalidate-cache.yml index e1a7e9ad81..16c9a84c1a 100644 --- a/.github/workflows/invalidate-cache.yml +++ b/.github/workflows/invalidate-cache.yml @@ -15,7 +15,7 @@ jobs: steps: # invalidate Artifact Store Cloudfront so we get latest - name: Configure AWS credentials for shared-prod - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }} diff --git a/.github/workflows/set-init-version.yml b/.github/workflows/set-init-version.yml index 3fe224dbb4..4dbd06e409 100644 --- a/.github/workflows/set-init-version.yml +++ b/.github/workflows/set-init-version.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Configure AWS credentials for production - uses: aws-actions/configure-aws-credentials@v3 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}