[Triage Actions] v* => stable

This commit is contained in:
Jackson Kearl
2021-02-05 15:13:48 -08:00
parent fca30a5259
commit fe056e9e6f
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: v42
ref: stable
- 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: v42
ref: stable
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions