diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7cbbab0..7a81a7b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -14,7 +14,7 @@ jobs: node-version: [24.x] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v5 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index c7e3ae1..4d9ccbf 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -16,7 +16,7 @@ jobs: php-versions: ['8.3', '8.4', '8.5'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index b4d24ee..afd6ab2 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -13,7 +13,7 @@ jobs: node-version: [24.x] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v5