From abd31b1ca9bff3e7c4b301b4eef15868b53bf580 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:51:12 +0000 Subject: [PATCH] Update crazy-max/ghaction-github-pages action to v5 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6625fd35..4138eea1 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -38,7 +38,7 @@ jobs: script: ./gradlew test - name: Deploy to GitHub Pages if: always() - uses: crazy-max/ghaction-github-pages@v4 + uses: crazy-max/ghaction-github-pages@v5 with: target_branch: gh-pages build_dir: build