diff --git a/.github/disabled_workflows/needs-more-info-labeler.yml b/.github/disabled_workflows/needs-more-info-labeler.yml index a40e07ca526286d2463d9fbafc01e2cfb6cfc230..ef47405f5b73a9247115bb8d85b657e3f6ddde25 100644 --- a/.github/disabled_workflows/needs-more-info-labeler.yml +++ b/.github/disabled_workflows/needs-more-info-labeler.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v19 + ref: v20 - name: Run Needs More Info Labeler uses: ./needs-more-info-labeler with: diff --git a/.github/workflows/author-verified.yml b/.github/workflows/author-verified.yml index 190ce9d9bb333725ffff3aa8007b1fefaa5cdc4d..f737542123b782e81b9caf2112705b6831d11bfc 100644 --- a/.github/workflows/author-verified.yml +++ b/.github/workflows/author-verified.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v19 + ref: v20 path: ./actions - name: Checkout Repo if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested') diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 1fd9eaa28f72043ad41aec55a1f78e07d86ff423..d364633f4136f9d205c0f71ceefa52ef4fd0cf57 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: v19 + ref: v20 - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index b0fd380e6b71cfdb9f11647d48ab1e28d68900e0..575d63eca65fd909d120751cdde10bf26544a97c 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: v19 + ref: v20 - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/feature-request.yml b/.github/workflows/feature-request.yml index 1b6089e74bfcf786581618e838c2ae548dbb89e2..ff573a9e1097c0a8dfc5243dc42ab1df332abee6 100644 --- a/.github/workflows/feature-request.yml +++ b/.github/workflows/feature-request.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: master + ref: v20 - name: Run Feature Request Manager if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request') uses: ./feature-request diff --git a/.github/workflows/locker.yml b/.github/workflows/locker.yml index 2f6f794a7ce3e1c19f29355289e87f1fd340279e..1b660153343e8a0368c3cf00c1adee21ccaf495f 100644 --- a/.github/workflows/locker.yml +++ b/.github/workflows/locker.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v19 + ref: v20 - 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 4172bf33fae240bee57f20a7719f1c146a59ca08..2d87e8c899a47b1b04050df2071ca53d3b6bacf3 100644 --- a/.github/workflows/needs-more-info-closer.yml +++ b/.github/workflows/needs-more-info-closer.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: master + ref: v20 - name: Run Needs More Info Closer uses: ./needs-more-info-closer with: diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index a2f19477987eab1b5a82aebc4f40b28b360fec06..8d9ee95c34622166a31225a8a330b369ba644bd0 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: v19 + ref: v20 - name: Run New Release uses: ./new-release with: diff --git a/.github/workflows/test-plan-item-validator.yml b/.github/workflows/test-plan-item-validator.yml index 0ba8d624a7477ec568e68797e39f16ac383e4c25..1650c9701cf0518922d9531e8e1c6ec21e472b42 100644 --- a/.github/workflows/test-plan-item-validator.yml +++ b/.github/workflows/test-plan-item-validator.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: v19 + ref: v20 - name: Run Test Plan Item Validator if: contains(github.event.issue.labels.*.name, 'testplan-item') || contains(github.event.issue.labels.*.name, 'invalid-testplan-item') uses: ./test-plan-item-validator