diff --git a/action.yml b/action.yml index 817a4b7..2ac74a7 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: - name: 'jq: cache restore' id: JQ-CACHE if: ${{ (inputs.use-cache == true || inputs.use-cache == 'true') && !env.ACT }} # https://github.com/nektos/act#skipping-steps - uses: actions/cache/restore@v3 # https://github.com/actions/cache/tree/main/restore + uses: actions/cache/restore@v4 # https://github.com/actions/cache/tree/main/restore with: path: ${{ runner.temp }}/jq key: ${{ runner.os }}-jq-${{ inputs.version }} @@ -176,7 +176,7 @@ runs: echo '::endgroup::' - name: 'jq: cache update' - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 if: ${{ steps.YQ-SETUP.outputs.need_cache_update == 'true' }} with: path: ${{ runner.temp }}/jq