diff --git a/action.yml b/action.yml index 7fdbb8e..a2c597c 100644 --- a/action.yml +++ b/action.yml @@ -191,7 +191,7 @@ runs: - name: Set cache if: ${{ inputs.cache == 'true' }} id: tool-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.environment.outputs.tool-dir-path }} key: ${{ format('{0}-{1}-{2}-{3}', steps.environment.outputs.tool-name, steps.environment.outputs.tool-version-semver, runner.os, runner.arch) }}