diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e48f2aac..3a4a77f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: fetch-depth: 0 - id: setup-nodejs name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: node-version: 22.x cache: "npm" diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c3a1c116..0991eba1 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -44,7 +44,7 @@ jobs: fetch-depth: 0 - id: setup-nodejs name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: node-version: 22.x cache: "npm"