Skip to content

Commit

Permalink
Update actions/cache action to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 8361399 commit c03eb72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: cache extlib
id: cache-extlib
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}-${{ matrix.build_bit }}
path: ./ExtLibraries
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: cache extlib
id: cache-extlib
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}-${{ matrix.build_bit }}
path: ExtLibraries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/google-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: cache extlib
id: cache-extlib
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
with:
key: extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}}
path: ExtLibraries
Expand Down

0 comments on commit c03eb72

Please sign in to comment.