File tree 2 files changed +4
-4
lines changed
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
46
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
47
47
with :
48
48
node-version : ${{ env.NODE_VERSION }}
49
49
cache : " npm"
@@ -109,7 +109,7 @@ jobs:
109
109
python-version : ${{ env.PYTHON_VERSION }}
110
110
cache : " poetry" # NOTE: poetry must be installed before this step, or else cache doesn't work
111
111
- name : Set up Node
112
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
112
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
113
113
with :
114
114
node-version : ${{ env.NODE_VERSION }}
115
115
cache : " npm"
@@ -145,7 +145,7 @@ jobs:
145
145
with :
146
146
python-version : ${{ env.PYTHON_VERSION }}
147
147
- name : Set up Node
148
- uses : actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
148
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
149
149
with :
150
150
node-version : ${{ env.NODE_VERSION }}
151
151
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
67
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
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