diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index ca68c9124d7..2c48d0bbd83 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v11 + ref: v12 - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index 3ddeadf039c..c92287d44b6 100644 --- a/.github/workflows/copycat.yml +++ b/.github/workflows/copycat.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v11 + ref: v12 - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 634b8930d9b..629e73f71d5 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v11 + ref: v12 - name: Run Locker uses: ./locker with: diff --git a/.github/workflows/needs-more-info-closer.yml b/.github/workflows/needs-more-info-closer.yml index aa27bf6ec05..d45ef58c913 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: master + ref: v12 - name: Run Needs More Info Closer uses: ./needs-more-info-closer with: diff --git a/.github/workflows/needs-more-info-labeler.yml b/.github/workflows/needs-more-info-labeler.yml index ce8a67b5af8..c684c37730f 100644 --- a/.github/workflows/needs-more-info-labeler.yml +++ b/.github/workflows/needs-more-info-labeler.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v11 + ref: v12 - name: Run Needs More Info Labeler uses: ./needs-more-info-labeler with: diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index 6b24529446b..2b6cd34f260 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v11 + ref: v12 - name: Run New Release uses: ./new-release with: