diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3b85d16..cee377d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: - name: Checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22" - name: Run markdownlint-cli2 @@ -119,7 +119,7 @@ jobs: with: version: 10.34.4 - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22" cache: "pnpm" diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index f8c9eda..6155891 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -268,7 +268,7 @@ jobs: with: version: 10.34.4 - name: Set up Node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "22" cache: "pnpm"