1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00

chore(deps): update actions/setup-node action to v4

This commit is contained in:
renovate[bot]
2023-10-23 15:17:25 +00:00
parent 88bf35c4af
commit 55252c5680

View File

@@ -60,7 +60,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Node.js ${{ env.NODE_VERSION }} - name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with: with:
node-version: ${{ env.NODE_VERSION }} node-version: ${{ env.NODE_VERSION }}