File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5050 brew install homebrew/cask/inkscape
5151
5252 - name : Restore cached Craft directories
53- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
53+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5454 with :
5555 path : |
5656 ${{ inputs.CRAFT_MASTER_LOCATION }}
6363 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
6464
6565 - name : Cache Craft directories containing the built client
66- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
66+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
6767 with :
6868 path : |
6969 ${{ inputs.CRAFT_MASTER_LOCATION }}
7979 runs-on : macos-latest
8080 steps :
8181 - name : Restore cached Craft directories containing the built client
82- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
82+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8383 with :
8484 path : |
8585 ${{ inputs.CRAFT_MASTER_LOCATION }}
Original file line number Diff line number Diff line change 3030
3131 - name : Discover cached Craft directories
3232 id : cache-craft-restore
33- uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
33+ uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
3434 with :
3535 path : |
3636 ${{ env.CRAFT_MASTER_LOCATION }}
8181
8282 - name : Cache Craft directories
8383 if : steps.cache-craft-restore.outputs.cache-hit != 'true'
84- uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
84+ uses : actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8585 with :
8686 path : |
8787 ${{ env.CRAFT_MASTER_LOCATION }}
Original file line number Diff line number Diff line change 1818 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1919
2020 - name : Restore cache
21- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
21+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2222 with :
2323 path : /cache
2424 key : ${{ runner.os }}
Original file line number Diff line number Diff line change 3838
3939 - name : Cache Install OpenCppCoverage
4040 id : cache-install-opencppcoverage
41- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
41+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4242 with :
4343 path : C:\Program Files\OpenCppCoverage
4444 key : ${{ runner.os }}-cache-install-opencppcoverage
5151
5252 # - name: Cache Install inkscape
5353 # id: cache-install-inkscape
54- # uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
54+ # uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5555 # with:
5656 # path: C:\Program Files\inkscape
5757 # key: ${{ runner.os }}-cache-install-inkscape
You can’t perform that action at this time.
0 commit comments