3636 src : ${{ steps.changes.outputs.src }}
3737
3838 steps :
39- - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3 .0.2
39+ - uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4 .0.1
4040 id : changes
4141 continue-on-error : true
4242 with :
@@ -103,7 +103,7 @@ jobs:
103103 filename : apps/${{ env.APP_NAME }}/appinfo/info.xml
104104
105105 - name : Set up php ${{ steps.php_versions.outputs.php-min }}
106- uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2
106+ uses : shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
107107 with :
108108 php-version : ${{ steps.php_versions.outputs.php-min }}
109109 extensions : bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, sqlite, pdo_sqlite, xmlreader, xmlwriter, zip, zlib
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Check composer file existence
117117 id : check_composer
118- uses : andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0 .0
118+ uses : andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1 .0
119119 with :
120120 files : apps/${{ env.APP_NAME }}/composer.json
121121
@@ -135,7 +135,7 @@ jobs:
135135 fallbackNpm : ' ^11'
136136
137137 - name : Set up node ${{ steps.versions.outputs.nodeVersion }}
138- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
138+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
139139 with :
140140 node-version : ${{ steps.versions.outputs.nodeVersion }}
141141 cache : npm
@@ -154,7 +154,7 @@ jobs:
154154
155155 - name : Cache Playwright browsers
156156 id : playwright-cache
157- uses : actions/cache@v4
157+ uses : actions/cache@v5
158158 with :
159159 path : ~/.cache/ms-playwright
160160 key : ${{ runner.os }}-playwright-${{ hashFiles(format('apps/{0}/package-lock.json', env.APP_NAME)) }}
@@ -163,7 +163,7 @@ jobs:
163163
164164 - name : Cache LibreSign binary payloads
165165 id : libresign-binaries-cache
166- uses : actions/cache@v4
166+ uses : actions/cache@v5
167167 with :
168168 path : .cache/libresign-binaries
169169 key : ${{ runner.os }}-libresign-binaries-${{ hashFiles(format('apps/{0}/appinfo/install-*.json', env.APP_NAME), format('apps/{0}/lib/Service/Install/InstallService.php', env.APP_NAME)) }}
0 commit comments