diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-04 16:44:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 16:44:44 +0900 |
| commit | 0f6ad8f7b1f69adca21f01e698c5feab122f0002 (patch) | |
| tree | 9602f00e878a25d40c4d64f8a670527d551c638c /.github/workflows/release.yaml | |
| parent | 745e2329a7429f1918c56346159becb8a7f89532 (diff) | |
| parent | 97d165440ee439c3de03bb5ba7e57e672e145002 (diff) | |
| download | LunaticChat-0f6ad8f7b1f69adca21f01e698c5feab122f0002.tar.gz LunaticChat-0f6ad8f7b1f69adca21f01e698c5feab122f0002.tar.bz2 LunaticChat-0f6ad8f7b1f69adca21f01e698c5feab122f0002.zip | |
Merge pull request #161 from m1sk9/renovate/gradle-actions-6.x
chore(deps): update gradle/actions action to v6
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 68b9c48..aaa22a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -58,7 +58,7 @@ jobs: uses: jdx/mise-action@v4 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 - name: Grant execute permission for gradlew run: chmod +x gradlew |
