File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 run : npm install --production --prefix ./actions
2020 - name : Install Additional Dependencies
2121 # Pulls in a bunch of other packages that arent needed for the rest of the actions
22- run : npm install @azure/storage-blob@12
22+ run : npm install @azure/storage-blob@12.1.1
2323 - name : " Run Classifier: Scraper"
2424 uses : ./actions/classifier-deep/apply/fetch-sources
2525 with :
Original file line number Diff line number Diff line change 1717 run : npm install --production --prefix ./actions
1818 - name : Install Additional Dependencies
1919 # Pulls in a bunch of other packages that arent needed for the rest of the actions
20- run : npm install @azure/storage-blob@12
20+ run : npm install @azure/storage-blob@12.1.1
2121 - name : " Run Classifier: Scraper"
2222 uses : ./actions/classifier-deep/train/fetch-issues
2323 with :
Original file line number Diff line number Diff line change 1818 - name : Install Actions
1919 run : npm install --production --prefix ./actions
2020 - name : Install Storage Module
21- run : npm install @azure/storage-blob
21+ run : npm install @azure/storage-blob@12.1.1
2222 - name : Run Latest Release Monitor
2323 uses : ./actions/latest-release-monitor
2424 with :
You can’t perform that action at this time.
0 commit comments