Skip to content

Commit 03d7bfa

Browse files
committed
Update github actions checkout to v3
1 parent 9f921e2 commit 03d7bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
# Checks-out your repository under $GITHUB_WORKSPACE
1313
- name: Check out repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: Configure AWS Credentials
1717
uses: aws-actions/configure-aws-credentials@v1-node16

0 commit comments

Comments
 (0)