From 764f142af1692c76d08a2d42778b06242cc10185 Mon Sep 17 00:00:00 2001 From: kevinkosterr Date: Wed, 15 Apr 2026 12:39:41 +0200 Subject: [PATCH] chore(ci): update checkout action to v5 --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 444c9dd..bc2be9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI -on: +on: push: branches: [ master ] pull_request: @@ -16,8 +16,7 @@ jobs: name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v5 - name: Setup PHP uses: shivammathur/setup-php@v2 with: