diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c4f3e14..9b6b53b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup PHP ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 @@ -147,7 +147,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -195,7 +195,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Get all tags