diff --git a/.github/workflows/data-transformation.yml b/.github/workflows/data-transformation.yml index 876cb4d4..396f97e5 100644 --- a/.github/workflows/data-transformation.yml +++ b/.github/workflows/data-transformation.yml @@ -49,7 +49,7 @@ jobs: - name: Configure AWS credentials if: ${{ github.actor != 'dependabot[bot]' }} - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/hilltop-crawler.yml b/.github/workflows/hilltop-crawler.yml index f911b5f1..f2054a3c 100644 --- a/.github/workflows/hilltop-crawler.yml +++ b/.github/workflows/hilltop-crawler.yml @@ -55,7 +55,7 @@ jobs: - name: Configure AWS credentials if: ${{ github.actor != 'dependabot[bot]' }} - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/ingest-api.yml b/.github/workflows/ingest-api.yml index 993fad73..0d84e006 100644 --- a/.github/workflows/ingest-api.yml +++ b/.github/workflows/ingest-api.yml @@ -55,7 +55,7 @@ jobs: - name: Configure AWS credentials if: ${{ github.actor != 'dependabot[bot]' }} - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/manager.yml b/.github/workflows/manager.yml index ce827a30..9173c5d6 100644 --- a/.github/workflows/manager.yml +++ b/.github/workflows/manager.yml @@ -55,7 +55,7 @@ jobs: - name: Configure AWS credentials if: ${{ github.actor != 'dependabot[bot]' }} - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}