diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 153a8b6..c36c7e4 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Configure AWS credentials id: configure-aws-credentials - uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: aws-region: ${{ env.AWS_REGION }} role-to-assume: 'arn:aws:iam::704349335716:role/nio-github-action-runner'