Skip to content

Commit

Permalink
chore: submodules 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
punchdrunkard committed Aug 6, 2024
1 parent e562c22 commit d481be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ACTION_TOKEN }}
submodules: recursive
submodules: true

- name: Set up JDK 21
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.ACTION_TOKEN }}
submodules: recursive
submodules: true

- name: Set up JDK 21
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion Odiga-Submodule

0 comments on commit d481be0

Please sign in to comment.