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:
Matthieu Gallien 2025-09-30 10:49:14 +02:00 committed by GitHub
commit fe39d38ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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