diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index ce4dbde1d366f7caaa27e3b737999097aaf792c4..96f761b5feda5e9b879749e928f79712e90f46b7 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: v5 + ref: v6 - name: Run Commands uses: ./commands with: diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml index 20f541a5d6dfe1e0ccff18e3b0daf0acd5f3e6f0..ec89bb9b772d997650b37aa48cc901d62d96e65d 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: v5 + ref: v6 - name: Run CopyCat (JacksonKearl/testissues) uses: ./copycat with: diff --git a/.github/workflows/needs-version-info.yml b/.github/workflows/needs-version-info.yml index 7c7a989d6bda567d457ceb8ee9ea58f86ebcb739..812507ae7486095db44acb37bb3562691474d0d8 100644 --- a/.github/workflows/needs-version-info.yml +++ b/.github/workflows/needs-version-info.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 with: repository: 'JacksonKearl/vscode-triage-github-actions' - ref: master + ref: v6 - name: Run Needs Version Info uses: ./needs-more-info with: