Update actions
epubreader / nextcloud-22 (push) Successful in 2m2s Details
epubreader / nextcloud-27 (push) Successful in 1m57s Details

This commit is contained in:
Michel Roux 2023-09-29 00:37:43 +02:00
parent 2f8ea7c0a8
commit 214acf21e4
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
- run: chmod +x /usr/local/bin/composer
- run: composer install
@ -22,7 +22,7 @@ jobs:
steps:
- run: apt-get update
- run: apt-get install -y git nodejs
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: curl -sSLo /usr/local/bin/composer https://getcomposer.org/download/latest-stable/composer.phar
- run: chmod +x /usr/local/bin/composer
- run: composer install