Skip to content

Commit e04a3fc

Browse files
authored
Merge pull request #1047 from lifting-bits/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents e52ae7a + 2776b34 commit e04a3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/vcpkg_ci_amd64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
echo "timestamp=$(date +"%Y-%m-%d-%H:%M:%S" --utc)" >> ${GITHUB_OUTPUT}
210210
211211
- name: ccache cache files
212-
uses: actions/cache@v3
212+
uses: actions/cache@v4
213213
with:
214214
path: ${{ github.workspace }}/.ccache
215215
key: ccache-${{ matrix.image.name }}-${{ matrix.image.tag }}-${{ matrix.target_arch }}-${{ matrix.llvm }}-${{ steps.ccache_prep.outputs.timestamp }}

.github/workflows/vcpkg_ci_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
echo "timestamp=$(python -c 'from datetime import datetime; print(datetime.utcnow().strftime("%Y-%m-%d-%H:%M:%S"))')" >> ${GITHUB_OUTPUT}
159159
160160
- name: ccache cache files
161-
uses: actions/cache@v3
161+
uses: actions/cache@v4
162162
with:
163163
path: ${{ github.workspace }}/.ccache
164164
key: ccache-${{ matrix.os.runner }}-${{ matrix.os.xcode }}-${{ matrix.llvm }}-${{ matrix.target_arch }}-${{ steps.ccache_prep.outputs.timestamp }}

0 commit comments

Comments
 (0)