From 88b64e0d6d75351d6519965b4cc9bca8bee86be7 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sun, 18 Feb 2024 13:29:30 +0100 Subject: [PATCH] chore: fix ci deprecations, bump github actions --- .github/workflows/ci.yml | 4 ++-- .github/workflows/coding-standards.yml | 4 ++-- .github/workflows/web-token-ci.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daa1a7a9..c4915041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,12 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@v3" + uses: "actions/checkout@v4" with: fetch-depth: 2 - name: "Cache Composer packages" - uses: "actions/cache@v3" + uses: "actions/cache@v4" with: path: "~/.composer/cache" key: "php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-composer-${{ hashFiles('composer.json') }}-flags-${{ matrix.composer-flags }}" diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 9e14472e..a2e88cdc 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -29,10 +29,10 @@ jobs: composer install composer require rector/rector symplify/easy-coding-standard --dev - - name: CONDING STANDARDS (ECS) + - name: CODING STANDARDS (ECS) run: | vendor/bin/ecs check - - name: CONDING STANDARDS (RECTOR) + - name: CODING STANDARDS (RECTOR) run: | vendor/bin/rector process --ansi --dry-run --xdebug diff --git a/.github/workflows/web-token-ci.yml b/.github/workflows/web-token-ci.yml index 5d928f0d..89663b27 100644 --- a/.github/workflows/web-token-ci.yml +++ b/.github/workflows/web-token-ci.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 2 - name: "Cache Composer packages" - uses: "actions/cache@v3" + uses: "actions/cache@v4" with: path: "~/.composer/cache" key: "php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-composer-${{ hashFiles('composer.json') }}-flags-${{ matrix.composer-flags }}"