Skip to content

Commit

Permalink
Update github actions checkout to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
timbeccue committed Mar 2, 2023
1 parent 9f921e2 commit 03d7bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1-node16
Expand Down

0 comments on commit 03d7bfa

Please sign in to comment.