diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dae8b2a..3f7b8f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm # Reads the pinned pnpm version from the root package.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee0277c..b892624 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm # No version pin here — action-setup reads the exact pnpm version from