diff --git a/.github/workflows/main-serverless-service.yml b/.github/workflows/main-serverless-service.yml index b8b97f23..61cf553f 100644 --- a/.github/workflows/main-serverless-service.yml +++ b/.github/workflows/main-serverless-service.yml @@ -43,7 +43,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} cache: "poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work - name: Set up Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ env.NODE_VERSION }} cache: "npm" @@ -109,7 +109,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} cache: "poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work - name: Set up Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ env.NODE_VERSION }} cache: "npm" @@ -145,7 +145,7 @@ jobs: with: python-version: ${{ env.PYTHON_VERSION }} - name: Set up Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ env.NODE_VERSION }} cache: "npm" diff --git a/.github/workflows/pr-serverless-service.yml b/.github/workflows/pr-serverless-service.yml index 330e7d5f..b3fc2b5a 100644 --- a/.github/workflows/pr-serverless-service.yml +++ b/.github/workflows/pr-serverless-service.yml @@ -64,7 +64,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} cache: "poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work - name: Set up Node - uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1 + uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: ${{ env.NODE_VERSION }} cache: "npm"