Skip to content

Commit

Permalink
infra: CD 워크플로우의 gradle-cache-action 버전 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed Oct 13, 2024
1 parent 760c2d6 commit b5059ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: cd /home/runner/work/ListyWave-back/ListyWave-back/

- name: Gradle 셋업, 빌드, 캐싱
uses: burrunan/gradle-cache-action@3bf23b8dd95e7d2bacf2470132454fe893a178a1
uses: burrunan/gradle-cache-action@c15634bb25b7284dc084f38dff4e838048b7feaf
with:
arguments: bootJar

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: cd /home/runner/work/ListyWave-back/ListyWave-back/

- name: Gradle 셋업, 빌드, 캐싱
uses: burrunan/gradle-cache-action@3bf23b8dd95e7d2bacf2470132454fe893a178a1
uses: burrunan/gradle-cache-action@c15634bb25b7284dc084f38dff4e838048b7feaf
with:
arguments: bootJar

Expand Down

0 comments on commit b5059ea

Please sign in to comment.