@@ -60,23 +60,23 @@ runs:
6060 steps :
6161 - name : Restore index file cache
6262 if : " ${{ inputs.frontend_index_file != '' && inputs.frontend_index_cache_key != '' }}"
63- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
63+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6464 with :
6565 path : ${{ inputs.frontend_index_file }}
6666 key : ${{ inputs.frontend_index_cache_key }}
6767 fail-on-cache-miss : true
6868
6969 - name : Restore static directory cache
7070 if : " ${{ inputs.frontend_static_directory != '' && inputs.frontend_static_cache_key != '' }}"
71- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
71+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7272 with :
7373 path : ${{ inputs.frontend_static_directory }}
7474 key : ${{ inputs.frontend_static_cache_key }}
7575 fail-on-cache-miss : true
7676
7777 - name : Restore widgets directory cache
7878 if : " ${{ inputs.frontend_widgets_directory != '' && inputs.frontend_widgets_cache_key != '' }}"
79- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
79+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
8080 with :
8181 path : ${{ inputs.frontend_widgets_directory }}
8282 key : ${{ inputs.frontend_widgets_cache_key }}
@@ -90,15 +90,15 @@ runs:
9090
9191 - name : Restore vendor directory cache
9292 if : " ${{ inputs.backend_vendor_directory != '' && inputs.backend_vendor_cache_key != '' }}"
93- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
93+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9494 with :
9595 path : ${{ inputs.backend_vendor_directory }}
9696 key : ${{ inputs.backend_vendor_cache_key }}
9797 fail-on-cache-miss : true
9898
9999 - name : Restore translation directory cache
100100 if : " ${{ inputs.translation_directory != '' && inputs.translation_cache_key != '' }}"
101- uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
101+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
102102 with :
103103 path : ${{ inputs.translation_directory }}
104104 key : ${{ inputs.translation_cache_key }}
@@ -169,14 +169,14 @@ runs:
169169 shell : bash
170170
171171 - name : Upload package artifacts
172- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
172+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
173173 with :
174174 name : packages-${{ inputs.package_extension }}-${{ inputs.distrib }}
175175 path : ./*.${{ inputs.package_extension }}
176176 retention-days : 1
177177
178178 - name : Cache packaged files
179- uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
179+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
180180 with :
181181 path : ./*.${{ inputs.package_extension }}
182182 key : ${{ inputs.cache_key }}
0 commit comments