diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 8f37aae5..d1870dfa 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -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 diff --git a/.github/workflows/on-label.yml b/.github/workflows/on-label.yml index 9ec340fa..926ac82c 100644 --- a/.github/workflows/on-label.yml +++ b/.github/workflows/on-label.yml @@ -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