diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index 88f0162..90a6824 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -8,7 +8,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup pnpm uses: pnpm/action-setup@v4.1.0 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d30b729..ba2d56d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Install, build, and upload your site output uses: withastro/action@v4 with: