Skip to content

Commit e6effc9

Browse files
committed
Fix GH action stubs pointing to v1 action
1 parent ae429db commit e6effc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stubs/github-actions/duster-fix-blame.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.head_ref }}
2222

2323
- name: "Duster Fix"
24-
uses: tighten/duster-action@v1
24+
uses: tighten/duster-action@v2
2525
with:
2626
args: fix
2727

stubs/github-actions/duster-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ github.head_ref }}
2222

2323
- name: "Duster Fix"
24-
uses: tighten/duster-action@v1
24+
uses: tighten/duster-action@v2
2525
with:
2626
args: fix
2727

stubs/github-actions/duster-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: "Duster Lint"
15-
uses: tighten/duster-action@v1
15+
uses: tighten/duster-action@v2
1616
with:
1717
args: lint

0 commit comments

Comments
 (0)