Skip to content

Commit

Permalink
CI: 코드 체크아웃 버전 수정
Browse files Browse the repository at this point in the history
Related to #26
  • Loading branch information
Zamoca42 committed Feb 15, 2024
1 parent 61950eb commit 8ac7771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- name: 코드 체크아웃
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: AWS IAM 사용자 설정
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 8ac7771

Please sign in to comment.