diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f754583f..3ba6bdd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,13 +19,13 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: # sitemap lastmod guard reads per-file git history. # shallow clone (depth=1) can make it look stale in CI. fetch-depth: 0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: "npm"