diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index a839c69..4035ac0 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout default branch - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Use pnpm uses: pnpm/action-setup@v4