From 662076e15351f6b53f405821d99dade230707baa Mon Sep 17 00:00:00 2001 From: Christopher Gammie Date: Sat, 28 Mar 2026 16:23:38 +0000 Subject: [PATCH] build(ci): update github actions versions --- .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 c1bb115..2f1088d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -39,7 +39,7 @@ jobs: run: composer require "illuminate/contracts:^${{ matrix.laravel }}" --no-update - name: Install dependencies - uses: nick-fields/retry@v2 + uses: nick-fields/retry@v4 with: timeout_minutes: 5 max_attempts: 5