From 3b169a81a963008324970f3c996efcd7b8ff64b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Sep 2024 16:10:51 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/check-updates.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-updates.yml b/.github/workflows/check-updates.yml index 3394741..9ad645b 100644 --- a/.github/workflows/check-updates.yml +++ b/.github/workflows/check-updates.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4.1.7 with: token: ${{ secrets.WORKFLOW_SECRET }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76bdf9f..363e6fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Prepare - Checkout - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v4.1.7 - name: Prepare - Compose uses: php-actions/composer@v6 @@ -18,7 +18,7 @@ jobs: working-directory: tests - name: Test - RUN - uses: php-actions/phpunit@master + uses: php-actions/phpunit@v4 env: CONFIG__WAIT: 60 CONFIG__SERVER__URL: http://localhost:8080