Skip to content

Commit 2617da4

Browse files
chore(deps): update aws-actions/configure-aws-credentials action to v5
1 parent 25a3430 commit 2617da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Only configure AWS credentials and deploy on main branch
3939
- name: Configure AWS credentials
4040
if: github.ref == 'refs/heads/main'
41-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
41+
uses: aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5
4242
with:
4343
role-to-assume: ${{ vars.AWS_DEPLOY_ROLE }}
4444
mask-aws-account-id: true

0 commit comments

Comments
 (0)