From 631ce431fc7f1636b95900ba89c4be44fa6bda07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 5 Sep 2023 17:01:27 +0200 Subject: [PATCH] Upgrade to `actions/checkout@v4` --- .github/workflows/codestyle.yml | 2 +- .github/workflows/php.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 7e79479..0009233 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -14,7 +14,7 @@ jobs: name: PHP runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: phpcs uses: chekalsky/phpcs-action@e269c2f264f400adcda7c6b24c8550302350d495 - name: Setup PHP with tools diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a6f69dd..64c79ea 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -31,7 +31,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: echo "::add-matcher::.github/php-syntax.json" - name: Remove files to be ignored run: | -- 2.20.1