Bump actions

This commit is contained in:
Jackson Kearl
2021-01-04 11:45:23 -08:00
parent ca3b089b28
commit bc3d51e87a
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: v39
ref: v42
- 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: v39
ref: v42
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions