Skip to content

Commit ee11170

Browse files
author
Jackson Kearl
committed
Pin blob storage dep
see Azure/azure-sdk-for-js#11187
1 parent 310e5a9 commit ee11170

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deep-classifier-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:

.github/workflows/deep-classifier-scraper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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:

.github/workflows/latest-release-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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:

0 commit comments

Comments
 (0)