Skip to content

Commit 9cbc2be

Browse files
committed
chore: updated checkout and aws credentials dependency version
1 parent a139b01 commit 9cbc2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Print current build ID
1818
run: |
1919
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:b06d26f3-689d-4aad-968e-007877b3ce3b
2020
2121
- name: Configure AWS credentials
22-
uses: aws-actions/configure-aws-credentials@v1
22+
uses: aws-actions/configure-aws-credentials@v4
2323
with:
2424
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2525
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)