Pin blob storage dep

see Azure/azure-sdk-for-js#11187
This commit is contained in:
Jackson Kearl 2020-09-10 15:34:40 -07:00
parent 310e5a9057
commit ee11170fef
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ jobs:
run: npm install --production --prefix ./actions
- name: Install Additional Dependencies
# Pulls in a bunch of other packages that arent needed for the rest of the actions
run: npm install @azure/storage-blob@12
run: npm install @azure/storage-blob@12.1.1
- name: "Run Classifier: Scraper"
uses: ./actions/classifier-deep/apply/fetch-sources
with:

View file

@ -17,7 +17,7 @@ jobs:
run: npm install --production --prefix ./actions
- name: Install Additional Dependencies
# Pulls in a bunch of other packages that arent needed for the rest of the actions
run: npm install @azure/storage-blob@12
run: npm install @azure/storage-blob@12.1.1
- name: "Run Classifier: Scraper"
uses: ./actions/classifier-deep/train/fetch-issues
with:

View file

@ -18,7 +18,7 @@ jobs:
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Install Storage Module
run: npm install @azure/storage-blob
run: npm install @azure/storage-blob@12.1.1
- name: Run Latest Release Monitor
uses: ./actions/latest-release-monitor
with: