diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 255fddf0..10dd5ab3 100644 --- a/build-poetry/action.yml +++ b/build-poetry/action.yml @@ -104,7 +104,7 @@ runs: with: host-actions-root: ${{ steps.set-path.outputs.host_actions_root }} - name: Cache local Poetry cache - uses: SonarSource/gh-action_cache@v1.1.4 + uses: SonarSource/gh-action_cache@v1.2.0 if: inputs.disable-caching == 'false' with: path: ${{ github.workspace }}/${{ inputs.poetry-cache-dir }} diff --git a/build-yarn/action.yml b/build-yarn/action.yml index 9b20fcd3..3305848a 100644 --- a/build-yarn/action.yml +++ b/build-yarn/action.yml @@ -107,7 +107,7 @@ runs: working_directory: ${{ inputs.working-directory }} - name: Cache Yarn dependencies - uses: SonarSource/gh-action_cache@v1.1.4 + uses: SonarSource/gh-action_cache@v1.2.0 if: ${{ inputs.cache-yarn == 'true' }} with: path: | diff --git a/cache/action.yml b/cache/action.yml index 40510b33..28be7d7c 100644 --- a/cache/action.yml +++ b/cache/action.yml @@ -36,7 +36,7 @@ runs: echo "::warning:: This action is deprecated and will be removed in future releases. " \ "Please migrate to using the SonarSource/gh-action_cache action directly." - - uses: SonarSource/gh-action_cache@v1.1.4 + - uses: SonarSource/gh-action_cache@v1.2.0 id: cache with: path: ${{ inputs.path }} diff --git a/code-signing/action.yml b/code-signing/action.yml index 4171fd59..d878f427 100644 --- a/code-signing/action.yml +++ b/code-signing/action.yml @@ -22,7 +22,7 @@ runs: echo "JSIGN_CACHE_PATH=/tmp/jsign-cache" >> "$GITHUB_ENV" - name: Cache code signing tools - uses: SonarSource/gh-action_cache@v1.1.4 + uses: SonarSource/gh-action_cache@v1.2.0 id: tools-cache with: path: | diff --git a/config-gradle/action.yml b/config-gradle/action.yml index ba109368..d0fc26f1 100644 --- a/config-gradle/action.yml +++ b/config-gradle/action.yml @@ -158,7 +158,7 @@ runs: rm -f gradle-md5-sums.txt - name: Gradle Cache - uses: SonarSource/gh-action_cache@v1.1.4 + uses: SonarSource/gh-action_cache@v1.2.0 if: steps.config-gradle-completed.outputs.skip != 'true' && inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }} diff --git a/config-maven/action.yml b/config-maven/action.yml index ef39b446..562376f9 100644 --- a/config-maven/action.yml +++ b/config-maven/action.yml @@ -169,7 +169,7 @@ runs: fi - name: Cache local Maven repository - uses: SonarSource/gh-action_cache@v1.1.4 + uses: SonarSource/gh-action_cache@v1.2.0 if: steps.config-maven-completed.outputs.skip != 'true' && inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }} diff --git a/config-npm/action.yml b/config-npm/action.yml index 6687106c..e9e805b0 100644 --- a/config-npm/action.yml +++ b/config-npm/action.yml @@ -98,7 +98,7 @@ runs: echo "::endgroup::" - name: Cache NPM dependencies - uses: SonarSource/gh-action_cache@v1.1.4 + uses: SonarSource/gh-action_cache@v1.2.0 if: ${{ inputs.cache-npm == 'true' }} with: path: ~/.npm diff --git a/config-pip/action.yml b/config-pip/action.yml index 02b3fb09..2db30396 100644 --- a/config-pip/action.yml +++ b/config-pip/action.yml @@ -92,7 +92,7 @@ runs: run: $ACTION_PATH_CONFIG_PIP/config.sh - name: Cache pip dependencies - uses: SonarSource/gh-action_cache@v1.1.4 + uses: SonarSource/gh-action_cache@v1.2.0 if: inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }}