File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
python-version : ${{ env.PYTHON_VERSION }}
44
44
cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
45
45
- name : Set up Node
46
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
46
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
47
47
with :
48
48
node-version : ${{ env.NODE_VERSION }}
49
49
cache : " npm"
@@ -108,7 +108,7 @@ jobs:
108
108
python-version : ${{ env.PYTHON_VERSION }}
109
109
cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
110
110
- name : Set up Node
111
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
111
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
112
112
with :
113
113
node-version : ${{ env.NODE_VERSION }}
114
114
cache : " npm"
@@ -144,7 +144,7 @@ jobs:
144
144
with :
145
145
python-version : ${{ env.PYTHON_VERSION }}
146
146
- name : Set up Node
147
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
147
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
148
148
with :
149
149
node-version : ${{ env.NODE_VERSION }}
150
150
cache : " npm"
Original file line number Diff line number Diff line change 64
64
python-version : ${{ env.PYTHON_VERSION }}
65
65
cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
66
66
- name : Set up Node
67
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
67
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
68
68
with :
69
69
node-version : ${{ env.NODE_VERSION }}
70
70
cache : " npm"
You can’t perform that action at this time.
0 commit comments