Skip to content

Commit

Permalink
CI(github-actions): Update cache action
Browse files Browse the repository at this point in the history
v2 of this action is now deprecated
  • Loading branch information
Krzmbrzl authored Nov 15, 2022
1 parent ea24da4 commit 815e8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: bash


- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: '${{ env.MUMBLE_BUILD_ENV_PATH }}'
key: ${{ env.MUMBLE_ENVIRONMENT_VERSION }}
Expand Down

0 comments on commit 815e8b1

Please sign in to comment.