Update actions/checkout action to v4
Some checks failed
epubreader / nextcloud-22 (push) Failing after 54s
epubreader / nextcloud-27 (push) Failing after 8s

This commit is contained in:
Renovate Bot 2023-09-11 06:53:53 +00:00
parent 24a95707f4
commit 7650146a0f

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