diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 973b0dc..99bda0d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -97,7 +97,7 @@ jobs: run_install: false - name: "Use Node.js 20.x" - uses: "actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65" # v4.0.0 + uses: "actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8" # v4.0.1 with: node-version: "20.x" cache: "pnpm" diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index a8e4c24..cdafa85 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -57,7 +57,7 @@ jobs: run_install: false - name: "Use Node.js 20.x" - uses: "actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65" # v4.0.0 + uses: "actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8" # v4.0.1 with: node-version: "20.6.1" cache: "pnpm" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e10ddc..885baed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: run_install: false - name: "Set node version to 20" - uses: "actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65" # v4.0.0 + uses: "actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8" # v4.0.1 with: node-version: "20" cache: "pnpm"