Skip to content

Commit 0f5075d

Browse files
chore: Bump aws-actions/configure-aws-credentials from 2 to 4 (#50)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be2be58 commit 0f5075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Configure AWS credentials
16-
uses: aws-actions/configure-aws-credentials@v2
16+
uses: aws-actions/configure-aws-credentials@v4
1717
with:
1818
aws-region: ${{ secrets.AWS_REGION }}
1919
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github

0 commit comments

Comments
 (0)