bump actions

This commit is contained in:
Jackson Kearl
2020-11-03 16:05:48 -08:00
parent e874667f77
commit d559763f2b
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
with:
repository: 'microsoft/vscode-github-triage-actions'
path: ./actions
ref: v37
ref: v39
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run Commands

View File

@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'microsoft/vscode-github-triage-actions'
ref: v37
ref: v39
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions