From f87ca72f81661ff2a2b06a9670a5dbd8d21e0d97 Mon Sep 17 00:00:00 2001 From: diversemix Date: Wed, 27 Sep 2023 14:25:36 +0100 Subject: [PATCH] update configure-aws-credentials to latest --- .github/workflows/ci.yml | 2 +- .github/workflows/semver.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96f8a94c..2a329220 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: run: echo TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO-TODO - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1-node16 + 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/semver.yml b/.github/workflows/semver.yml index 9517f18d..1c6d894c 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1-node16 + 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 }}