From 023f64bc3b6cf7f06e437aaedaf3c7e18e735fdf Mon Sep 17 00:00:00 2001 From: "Thomas A. Hirsch" Date: Sun, 11 Feb 2024 19:53:07 +0100 Subject: [PATCH] Updating github action steps to fix deprecations. --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15e126137..a60951dfe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -43,7 +43,7 @@ jobs: run: composer require symfony/phpunit-bridge:^5.4 --dev --prefer-dist --no-interaction --no-progress - name: Install dependencies - uses: nick-invision/retry@v1 + uses: nick-fields/retry@v3 with: timeout_minutes: 5 max_attempts: 5