diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 555d3acb..65dd5c87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: steps.changes.outputs.contract == 'true' || steps.changes.outputs.desktop == 'true' || steps.changes.outputs.android == 'true' - uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 + uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 with: cache-read-only: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }} @@ -324,7 +324,7 @@ jobs: github.event_name == 'workflow_dispatch' || steps.changes.outcome != 'success' || steps.changes.outputs.windows == 'true' - uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 + uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 with: cache-read-only: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }} diff --git a/.github/workflows/refresh-marketing-captures.yml b/.github/workflows/refresh-marketing-captures.yml index 65c127a5..b1f33aea 100644 --- a/.github/workflows/refresh-marketing-captures.yml +++ b/.github/workflows/refresh-marketing-captures.yml @@ -54,7 +54,7 @@ jobs: java-version: "21" - name: Set up Gradle build cache - uses: gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 + uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 with: cache-read-only: ${{ github.event.pull_request.head.repo.full_name != github.repository }}