Skip to content

Commit 2557c1d

Browse files
committed
CLAP-104 CI/CD : dev 환경 cd 스크립트 checkout 버전수정
<footer> - 관련: #55
1 parent ffe637a commit 2557c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.merged == true
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- name: 'Set up jdk'
2121
uses: actions/setup-java@v3
2222
with:

0 commit comments

Comments
 (0)