diff --git a/build-poetry/action.yml b/build-poetry/action.yml index 10dd5ab3..a4b3a58e 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.2.0 + uses: SonarSource/gh-action_cache@v1.2.1 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 3305848a..1225d7fa 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.2.0 + uses: SonarSource/gh-action_cache@v1.2.1 if: ${{ inputs.cache-yarn == 'true' }} with: path: | diff --git a/cache/action.yml b/cache/action.yml index 28be7d7c..e00c4678 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.2.0 + - uses: SonarSource/gh-action_cache@v1.2.1 id: cache with: path: ${{ inputs.path }} diff --git a/code-signing/action.yml b/code-signing/action.yml index d878f427..b6530310 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.2.0 + uses: SonarSource/gh-action_cache@v1.2.1 id: tools-cache with: path: | diff --git a/config-gradle/action.yml b/config-gradle/action.yml index d0fc26f1..f4500c28 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.2.0 + uses: SonarSource/gh-action_cache@v1.2.1 if: steps.config-gradle-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 e9e805b0..aa991151 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.2.0 + uses: SonarSource/gh-action_cache@v1.2.1 if: ${{ inputs.cache-npm == 'true' }} with: path: ~/.npm diff --git a/config-pip/action.yml b/config-pip/action.yml index 2db30396..97a218ba 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.2.0 + uses: SonarSource/gh-action_cache@v1.2.1 if: inputs.disable-caching == 'false' with: path: ${{ inputs.cache-paths }}