From b72813d520a41cd0b0317e368eeef7bd49786696 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 bf0d33ea4..c675aba14 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