Update github actions versions

This commit is contained in:
slawkens 2024-01-27 01:35:42 +01:00
parent 5a4854c205
commit bb02328b5a

View File

@ -32,12 +32,12 @@ jobs:
mysql -e "SHOW DATABASES" -uroot -proot
- name: Checkout MyAAC
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop
- name: Checkout TFS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: otland/forgottenserver
ref: 1.4
@ -85,7 +85,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
@ -100,7 +100,7 @@ jobs:
run: nohup php -S localhost:8080 > php.log 2>&1 &
- name: Cypress Run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_URL: http://localhost:8080
CYPRESS_SERVER_PATH: /home/runner/work/myaac/myaac/tfs