Merge pull request #8099 from nextcloud/dependabot/github_actions/actions/cache-4.2.3

build(deps): bump actions/cache from 4.2.2 to 4.2.3
This commit is contained in:
Matthieu Gallien 2025-04-01 15:56:44 +02:00 committed by GitHub
commit f82ef2f721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
- name: Restore cache
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: ~/cache
key: macos-latest-${{ env.CRAFT_TARGET }}

View File

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Restore cache
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: /cache
key: ${{ runner.os }}

View File

@ -35,7 +35,7 @@ jobs:
- name: Cache Install OpenCppCoverage
id: cache-install-opencppcoverage
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: C:\Program Files\OpenCppCoverage
key: ${{ runner.os }}-cache-install-opencppcoverage
@ -48,7 +48,7 @@ jobs:
- name: Cache Install inkscape
id: cache-install-inkscape
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: C:\Program Files\inkscape
key: ${{ runner.os }}-cache-install-inkscape