@@ -28,20 +28,20 @@ jobs:
2828 timeout-minutes : 60
2929 runs-on : macos-latest
3030 steps :
31- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232 with :
3333 fetch-depth : 1
3434
3535 - name : Setup Xcode
36- uses : maxim-lobanov/setup-xcode@v1
36+ uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
3737 with :
3838 xcode-version : latest-stable
3939
4040 - name : Show Swift version
4141 run : swift --version
4242
4343 - name : Set up Python ${{ inputs.PYTHON_VERSION }}
44- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
44+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4545 with :
4646 python-version : ${{ inputs.PYTHON_VERSION }}
4747
5050 brew install homebrew/cask/inkscape
5151
5252 - name : Restore cached Craft directories
53- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
53+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
66+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
82+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8383 with :
8484 path : |
8585 ${{ inputs.CRAFT_MASTER_LOCATION }}
0 commit comments