3535 echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
3636
3737 - name : Checkout
38- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939 with :
4040 persist-credentials : false
4141 path : ${{ env.APP_NAME }}
7171 - name : Set up node ${{ steps.versions.outputs.nodeVersion }}
7272 # Skip if no package.json
7373 if : ${{ steps.versions.outputs.nodeVersion }}
74- uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
74+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
7575 with :
7676 node-version : ${{ steps.versions.outputs.nodeVersion }}
77+ package-manager-cache : false
7778
7879 - name : Set up npm ${{ steps.versions.outputs.npmVersion }}
7980 # Skip if no package.json
@@ -82,12 +83,12 @@ jobs:
8283
8384 - name : Get php version
8485 id : php-versions
85- uses : icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
86+ uses : icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2
8687 with :
8788 filename : ${{ env.APP_NAME }}/appinfo/info.xml
8889
8990 - name : Set up php ${{ steps.php-versions.outputs.php-min }}
90- uses : shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
91+ uses : shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
9192 with :
9293 php-version : ${{ steps.php-versions.outputs.php-min }}
9394 coverage : none
9697
9798 - name : Check composer.json
9899 id : check_composer
99- uses : andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0 .0
100+ uses : andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1 .0
100101 with :
101102 files : " ${{ env.APP_NAME }}/composer.json"
102103
@@ -118,7 +119,7 @@ jobs:
118119
119120 - name : Check Krankerl config
120121 id : krankerl
121- uses : andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0 .0
122+ uses : andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1 .0
122123 with :
123124 files : ${{ env.APP_NAME }}/krankerl.toml
124125
@@ -156,7 +157,7 @@ jobs:
156157 unzip nextcloud.zip
157158
158159 - name : Checkout server master fallback
159- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
160+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
160161 if : ${{ steps.server-download.outcome != 'success' }}
161162 with :
162163 persist-credentials : false
@@ -181,7 +182,7 @@ jobs:
181182 tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
182183
183184 - name : Attach tarball to github release
184- uses : svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2 .11.3
185+ uses : svenstaro/upload-release-action@29e53e917877a24fad85510ded594ab3c9ca12de # 2 .11.5
185186 id : attach_to_release
186187 with :
187188 repo_token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments