diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 9534b75..f59d80e 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/action.yml b/action.yml index 934991f..0d1e886 100644 --- a/action.yml +++ b/action.yml @@ -70,7 +70,7 @@ runs: with: role-to-assume: ${{ inputs.bedrock_aws_iam_role_arn }} aws-region: ${{ inputs.region }} - - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 + - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: '20.x' - name: Install patchutils