From 8a40a353f4f8399f6c336921d13689fbdd92cc79 Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:37:39 +0200 Subject: [PATCH] Updated PHP version to 8.3, upgraded actions/checkout version --- .github/workflows/auto_tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 17b4940d..25aa69d4 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -84,7 +84,7 @@ jobs: - name: Setup PHP Action uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.3 coverage: none extensions: pdo_sqlite, gd tools: cs2pr @@ -97,7 +97,7 @@ jobs: installation_id: ${{ secrets.AUTOMATION_CLIENT_INSTALLATION }} private_key: ${{ secrets.AUTOMATION_CLIENT_SECRET }} - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: persist-credentials: false