From 98941af2fc3422ffb8a5dcc11354bb6d7a697ddd Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 2 Mar 2024 17:11:59 +0100 Subject: [PATCH] chore: fix ci deprecations --- .github/workflows/ci.yml | 2 +- .github/workflows/static.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b83d55..bfd4d27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: tools: composer:v2 - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Download dependencies run: | diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 112135d..f9635cd 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: PHP-CS-Fixer uses: docker://oskarstark/php-cs-fixer-ga:2.16.4