change actions/cache version

This commit is contained in:
Milos Marjanovic 2025-03-10 20:59:04 +00:00
parent 7a612217f6
commit 1c839b26f7

View File

@ -30,7 +30,7 @@ runs:
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
- name: Load Sonar Scanner CLI from cache
id: sonar-scanner-cli
uses: actions/cache@v4.0.2
uses: actions/cache@v3
with:
path: ${{ runner.temp }}/sonar-scanner-cli-${{ inputs.scannerVersion }}-${{ runner.os }}-${{ runner.arch }}
key: sonar-scanner-cli-${{ inputs.scannerVersion }}-${{ runner.os }}-${{ runner.arch }}