Upgrade actions/cache from 4 to 5 version (#1783)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5a6c9f3ce4
commit
b7dfa236c1
2
.github/workflows/mingw.yml
vendored
2
.github/workflows/mingw.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
cmake -E make_directory ${{ env.INSTALL_DIR }}
|
||||
|
||||
- name: Cache installed
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
id: cache-installed
|
||||
with:
|
||||
path: ${{ env.INSTALL_DIR }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user