Skip to content

Commit c0fa39c

Browse files
author
Jackson Kearl
committed
Upgrade to latest version of actions
1 parent 02ccb95 commit c0fa39c

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'JacksonKearl/vscode-triage-github-actions'
16-
ref: v11
16+
ref: v12
1717
- name: Run Commands
1818
uses: ./commands
1919
with:

.github/workflows/copycat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: v11
14+
ref: v12
1515
- name: Run CopyCat (JacksonKearl/testissues)
1616
uses: ./copycat
1717
with:

.github/workflows/locker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
repository: 'JacksonKearl/vscode-triage-github-actions'
20-
ref: v11
20+
ref: v12
2121
- name: Run Locker
2222
uses: ./locker
2323
with:

.github/workflows/needs-more-info-closer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: master
14+
ref: v12
1515
- name: Run Needs More Info Closer
1616
uses: ./needs-more-info-closer
1717
with:

.github/workflows/needs-more-info-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: v11
14+
ref: v12
1515
- name: Run Needs More Info Labeler
1616
uses: ./needs-more-info-labeler
1717
with:

.github/workflows/new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'JacksonKearl/vscode-triage-github-actions'
14-
ref: v11
14+
ref: v12
1515
- name: Run New Release
1616
uses: ./new-release
1717
with:

0 commit comments

Comments
 (0)