diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 6b66dfd484..0da12ff7aa 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -11,14 +11,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 with: version: 9 - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 20.5 cache: "pnpm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 174690ebaa..268f1b0ed4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: id-token: write steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 @@ -28,7 +28,7 @@ jobs: version: 9 - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 20.5 cache: "pnpm"