From aebbcef977d31c01ab22587ca07bc2f888eaa36d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:04:27 +0000 Subject: [PATCH] chore(deps): Update gradle/actions action to v5.0.2 --- .github/workflows/shared-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-ci.yaml b/.github/workflows/shared-ci.yaml index 76db5df..3a9b526 100644 --- a/.github/workflows/shared-ci.yaml +++ b/.github/workflows/shared-ci.yaml @@ -129,7 +129,7 @@ jobs: text: "${{ github.ref }}" regex: "^refs/heads/(?:${{ inputs.publishing_branch_regex }})$" # master or something like 0.8.x or 2.x - name: "submit dependency graph" - uses: "gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2" # v5.0.0 + uses: "gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c" # v5.0.2 if: steps.branch-name.outputs.match != '' with: dependency-graph: "download-and-submit"