Skip to content

Commit

Permalink
Merge pull request #20 from renovate-bot/renovate/actions-cache-1.x
Browse files Browse the repository at this point in the history
Update actions/cache action to v1.2.1
  • Loading branch information
gitworkflows authored Apr 12, 2024
2 parents 4afa2dd + 37afde4 commit eb572eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions btfparse/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ jobs:
run: echo ::set-output name=VALUE::build_${{ matrix.os }}_type-${{ matrix.build_type }}_cmake-${{ steps.cmake_version.outputs.VALUE }}

- name: Update the cache (ccache)
uses: actions/cache@v1.0.3
uses: actions/cache@v1.2.1
with:
path: ccache
key: ${{ steps.cache_key.outputs.VALUE }}_ccache

- name: Update the cache (Downloads)
uses: actions/cache@v1.0.3
uses: actions/cache@v1.2.1
with:
path: downloads
key: ${{ steps.cache_key.outputs.VALUE }}_downloads

- name: Update the cache (git submodules)
uses: actions/cache@v1.0.3
uses: actions/cache@v1.2.1
with:
path: .git/modules
key: ${{ steps.cache_key.outputs.VALUE }}_gitsubmodules
Expand Down

0 comments on commit eb572eb

Please sign in to comment.