diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-04 16:44:33 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 16:44:33 +0900 |
| commit | 745e2329a7429f1918c56346159becb8a7f89532 (patch) | |
| tree | 757f67f2721a95e1d2b963d34fd9ba5921f49974 | |
| parent | f51337e809cb6946b17258c85ba969f3e54a3461 (diff) | |
| parent | 61b43a42c8f8f7766250a5d37a8ec16ef8ba3834 (diff) | |
| download | LunaticChat-745e2329a7429f1918c56346159becb8a7f89532.tar.gz LunaticChat-745e2329a7429f1918c56346159becb8a7f89532.tar.bz2 LunaticChat-745e2329a7429f1918c56346159becb8a7f89532.zip | |
Merge pull request #162 from m1sk9/renovate/jdx-mise-action-4.x
chore(deps): update jdx/mise-action action to v4
| -rw-r--r-- | .github/workflows/nightly.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 6a162a2..49eeb34 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -40,7 +40,7 @@ jobs: echo "Nightly version: $NIGHTLY_VERSION" - name: Setup Development Environment - uses: jdx/mise-action@v3 + uses: jdx/mise-action@v4 - name: Setup Gradle uses: gradle/actions/setup-gradle@v5 |
