diff --git a/.github/workflows/build-push-pr-master.yml b/.github/workflows/build-push-pr-master.yml index a436a4b..f8189d4 100644 --- a/.github/workflows/build-push-pr-master.yml +++ b/.github/workflows/build-push-pr-master.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - 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 }} - run: npm ci