diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 6298e3f..286275c 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Use PHP uses: shivammathur/setup-php@v2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d030e59..75479b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '0' - name: Use PHP