mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
commit
f82ef2f721
2
.github/workflows/macos-build-and-test.yml
vendored
2
.github/workflows/macos-build-and-test.yml
vendored
@ -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 }}
|
||||
|
||||
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@ -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 }}
|
||||
|
||||
4
.github/workflows/windows-build-and-test.yml
vendored
4
.github/workflows/windows-build-and-test.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user