Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infra: gradle-cache-action 버전 업그레이드 #311

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'corretto'

- name: Gradle 셋업, 빌드, 캐시
uses: burrunan/gradle-cache-action@3bf23b8dd95e7d2bacf2470132454fe893a178a1
uses: burrunan/gradle-cache-action@c15634bb25b7284dc084f38dff4e838048b7feaf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어쩐지 CI가 좀 느려졌다고 생각 했는데 이런 이유가 있었네요

직접 해당 git repo 가서 이슈로 오픈해서 소통하는 거 멋있네요 ㅎ

with:
arguments: build
properties: |
Expand Down
Loading