diff --git a/.github/workflows/build-push-pr-master.yml b/.github/workflows/build-push-pr-master.yml index 18c5d39..3316632 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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ matrix.node-version }} - run: npm ci