diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index e538b86d..8f37aae5 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: v39 + ref: v42 - 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 bcb211dd..9ec340fa 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: v39 + ref: v42 path: ./actions - name: Install Actions run: npm install --production --prefix ./actions