From 89450017c719617a5743f6614dcd58bcc6130339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:03:56 +0000 Subject: [PATCH] [CI] Bump the ci-actions group across 1 directory with 2 updates Bumps the ci-actions group with 2 updates in the / directory: [gradle/actions](https://github.com/gradle/actions) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `gradle/actions` from 5 to 6 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5...v6) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/test-dev.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 389a605e..72ceb409 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -32,7 +32,7 @@ jobs: with: distribution: 'temurin' java-version: 21 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3285c541..acba8f14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: with: distribution: 'temurin' java-version: 21 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Prepare keystore run: echo ${{ secrets.android_keystore_base64 }} | base64 -d >$GITHUB_WORKSPACE/keystore.jks @@ -35,7 +35,7 @@ jobs: - name: Create Github release (from standard flavor) id: create_release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: prerelease: ${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }} files: app/build/outputs/apk/standard/release/*.apk diff --git a/.github/workflows/test-dev.yml b/.github/workflows/test-dev.yml index 4e886c70..b0ee4629 100644 --- a/.github/workflows/test-dev.yml +++ b/.github/workflows/test-dev.yml @@ -12,7 +12,7 @@ jobs: with: distribution: 'temurin' java-version: 21 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Check run: ./gradlew app:lintStandardDebug app:testStandardDebugUnitTest @@ -40,7 +40,7 @@ jobs: with: distribution: 'temurin' java-version: 21 - - uses: gradle/actions/setup-gradle@v5 + - uses: gradle/actions/setup-gradle@v6 - name: Enable KVM group perms run: |