diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 44d150d..26cfc48 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout default branch - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Use pnpm uses: pnpm/action-setup@v4.2.0