diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af62cb..f7c9e3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Test on ${{ matrix.os }} & PHP ${{ matrix.php-version }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Use PNPM uses: pnpm/action-setup@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a73d4ed..6d8e26d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Use PNPM uses: pnpm/action-setup@v3