Skip to content

Commit

Permalink
fix(deps): bump actions/cache from 3 to 4 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent bb8aaed commit 6d194e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
- name: 'yq: cache restore'
id: YQ-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 }}/yq
key: ${{ runner.os }}-yq-${{ inputs.version }}
Expand Down Expand Up @@ -176,7 +176,7 @@ runs:
echo '::endgroup::'
- name: 'yq: 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 }}/yq
Expand Down

0 comments on commit 6d194e6

Please sign in to comment.