Skip to content

Commit

Permalink
Update actions/cache from v2.1.7 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RytoEX committed Aug 21, 2022
1 parent 50dd9b8 commit e3b4e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Restore Compilation Cache
id: ccache-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.ccache
key: macos-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Restore Compilation Cache
id: ccache-cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/.ccache
key: linux-${{ matrix.arch }}-ccache-plugin-${{ steps.setup.outputs.ccacheDate }}
Expand Down

0 comments on commit e3b4e45

Please sign in to comment.