diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e260808..84d0cb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: outputs: release-notes-url: ${{ steps.create-release.outputs.url }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 54f9f86..e149903 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: php-version: ["8.1", "8.2", "8.3", "8.4"] dependencies: ["highest", "lowest"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: name: Test coverage runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest needs: coverage steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0