diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 65a2f12f..748f6393 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set Node.js 20 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 20 - name: Install yarn diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index db14f5e8..f374f690 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 20 - run: npm install -g yarn diff --git a/.github/workflows/scheduled-generated.yml b/.github/workflows/scheduled-generated.yml index 7aaf2b30..1794fc97 100644 --- a/.github/workflows/scheduled-generated.yml +++ b/.github/workflows/scheduled-generated.yml @@ -11,7 +11,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 22.x cache: "npm"