From 751dfd1db82e3d18407239a0d8a90a6bf40a310e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:42:00 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/pull-request-kotlin.yml | 2 +- .github/workflows/sonar-cloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-kotlin.yml b/.github/workflows/pull-request-kotlin.yml index 55cde5f..b696c66 100644 --- a/.github/workflows/pull-request-kotlin.yml +++ b/.github/workflows/pull-request-kotlin.yml @@ -86,7 +86,7 @@ jobs: java-version: ${{ inputs.java-version }} cache: 'gradle' - name: Cache SonarCloud packages - uses: actions/cache@v4 + uses: actions/cache@v5 if: ${{ !inputs.skip-sonar }} with: path: ~/.sonar/cache diff --git a/.github/workflows/sonar-cloud.yml b/.github/workflows/sonar-cloud.yml index 548a06a..42ea2b9 100644 --- a/.github/workflows/sonar-cloud.yml +++ b/.github/workflows/sonar-cloud.yml @@ -65,7 +65,7 @@ jobs: java-version: ${{ inputs.java-version }} cache: 'gradle' - name: Cache SonarCloud packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar