mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #8813 from nextcloud/dependabot/github_actions/actions/cache-4.3.0
chore(deps): Bump actions/cache from 4.2.4 to 4.3.0
This commit is contained in:
commit
fe39d38ef1
6
.github/workflows/macos-build-and-test.yml
vendored
6
.github/workflows/macos-build-and-test.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
brew install homebrew/cask/inkscape
|
||||
|
||||
- name: Restore cached Craft directories
|
||||
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: |
|
||||
${{ inputs.CRAFT_MASTER_LOCATION }}
|
||||
@ -61,7 +61,7 @@ jobs:
|
||||
python "${{ inputs.CRAFT_MASTER_LOCATION }}/CraftMaster.py" --config "${{ inputs.CRAFT_MASTER_CONFIG }}" --target ${{ inputs.CRAFT_TARGET }} -c --options nextcloud-client.srcDir=${{ github.workspace }} --options nextcloud-client.buildFileProviderModule=${{ inputs.buildFileProviderModule }} nextcloud-client
|
||||
|
||||
- name: Cache Craft directories containing the built client
|
||||
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: |
|
||||
${{ inputs.CRAFT_MASTER_LOCATION }}
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
runs-on: macos-15
|
||||
steps:
|
||||
- name: Restore cached Craft directories containing the built client
|
||||
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: |
|
||||
${{ inputs.CRAFT_MASTER_LOCATION }}
|
||||
|
||||
4
.github/workflows/macos-craft-ci.yml
vendored
4
.github/workflows/macos-craft-ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: Discover cached Craft directories
|
||||
id: cache-craft-restore
|
||||
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: |
|
||||
${{ env.CRAFT_MASTER_LOCATION }}
|
||||
@ -81,7 +81,7 @@ jobs:
|
||||
|
||||
- name: Cache Craft directories
|
||||
if: steps.cache-craft-restore.outputs.cache-hit != 'true'
|
||||
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: |
|
||||
${{ env.CRAFT_MASTER_LOCATION }}
|
||||
|
||||
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
|
||||
- name: Restore cache
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: /cache
|
||||
key: ${{ runner.os }}
|
||||
|
||||
4
.github/workflows/windows-build-and-test.yml
vendored
4
.github/workflows/windows-build-and-test.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
|
||||
- name: Cache Install OpenCppCoverage
|
||||
id: cache-install-opencppcoverage
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
with:
|
||||
path: C:\Program Files\OpenCppCoverage
|
||||
key: ${{ runner.os }}-cache-install-opencppcoverage
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
#- name: Cache Install inkscape
|
||||
# id: cache-install-inkscape
|
||||
# uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
|
||||
# uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
|
||||
# with:
|
||||
# path: C:\Program Files\inkscape
|
||||
# key: ${{ runner.os }}-cache-install-inkscape
|
||||
|
||||
Loading…
Reference in New Issue
Block a user