Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 14cf866 commit 0c52008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
# Cache OBS Studio
- name: Retrieve OBS Studio cache
uses: actions/cache@v3
uses: actions/cache@v4
id: obs-cache
with:
path: ${{ github.workspace }}/obs-studio
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

# Cache xmake dependencies
- name: Retrieve cached xmake dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
key: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.pkg_key.outputs.key }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

# Cache OBS Studio
- name: Retrieve OBS Studio cache
uses: actions/cache@v3
uses: actions/cache@v4
id: obs-cache
with:
path: ${{ github.workspace }}/obs-studio
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

# Cache xmake dependencies
- name: Retrieve cached xmake dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages
key: MSVC-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.pkg_key.outputs.key }}
Expand Down

0 comments on commit 0c52008

Please sign in to comment.