From a0ae2f4c3bd3d2bdc1c9d0fd31df21b12cc8fda0 Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 7 Feb 2024 10:57:48 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c0e1b3a..581b8df1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: POSTGRES_PASSWORD: postgres steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Service if: matrix.db-type == 'mysql' @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2