@@ -46,13 +46,13 @@ jobs:
4646 exit 1
4747
4848 - name : Checkout app
49- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
49+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050 with :
5151 persist-credentials : false
5252
5353 - name : Check composer.json
5454 id : check_composer
55- uses : andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0 .0
55+ uses : andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1 .0
5656 with :
5757 files : ' composer.json'
5858
6868 fallbackNpm : ' ^11.3'
6969
7070 - name : Set up node ${{ steps.versions.outputs.nodeVersion }}
71- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
71+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
7272 with :
7373 node-version : ${{ steps.versions.outputs.nodeVersion }}
7474
8181 TESTING=true npm run build --if-present
8282
8383 - name : Save context
84- uses : buildjet /cache/save@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4 .0.2
84+ uses : actions /cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 .0.4
8585 with :
8686 key : cypress-context-${{ github.run_id }}
8787 path : ./
@@ -103,14 +103,14 @@ jobs:
103103
104104 steps :
105105 - name : Restore context
106- uses : buildjet /cache/restore@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4 # v4 .0.2
106+ uses : actions /cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 .0.4
107107 with :
108108 fail-on-cache-miss : true
109109 key : cypress-context-${{ github.run_id }}
110110 path : ./
111111
112112 - name : Set up node ${{ needs.init.outputs.nodeVersion }}
113- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
113+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
114114 with :
115115 node-version : ${{ needs.init.outputs.nodeVersion }}
116116
@@ -121,7 +121,7 @@ jobs:
121121 run : ./node_modules/cypress/bin/cypress install
122122
123123 - name : Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
124- uses : cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
124+ uses : cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
125125 with :
126126 # We already installed the dependencies in the init job
127127 install : false
@@ -141,7 +141,7 @@ jobs:
141141 SPLIT_INDEX : ${{ matrix.containers == 'component' && 0 || matrix.containers }}
142142
143143 - name : Upload snapshots
144- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
144+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
145145 if : always()
146146 with :
147147 name : snapshots_${{ matrix.containers }}
@@ -152,7 +152,7 @@ jobs:
152152 run : docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
153153
154154 - name : Upload NC logs
155- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
155+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
156156 if : failure() && matrix.containers != 'component'
157157 with :
158158 name : nc_logs_${{ matrix.containers }}
0 commit comments