Skip to content

Commit

Permalink
[FE] FIX: github actions checkout@v3로 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
sichoi42 committed Oct 12, 2023
1 parent 94f73a6 commit a7fd659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/front-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo '${{ secrets.SSH_CONFIG }}' | base64 -d > ~/.ssh/id_rsa
chmod 400 ~/.ssh/id_rsa
- name: 체크아웃
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true
- name: 서브모듈 업데이트
Expand Down

0 comments on commit a7fd659

Please sign in to comment.