diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2e31d2bb..c299878c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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