Skip to content

Commit 960ce9a

Browse files
committed
updated todo and removed dublicate
1 parent 7de583b commit 960ce9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Testing
1313
strategy:
1414
matrix:
15-
dotnet: ['net8.0', 'net9.0', 'net462', 'net48','net8.0' ]
15+
dotnet: ['net8.0', 'net9.0', 'net462', 'net48']
1616
steps:
1717
- name: Checkout code base
1818
uses: actions/checkout@v2

.github/workflows/todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout repo
1515
uses: actions/checkout@v2
1616
- name: "TODO to Issue"
17-
uses: "alstr/todo-to-issue-action"
17+
uses: "alstr/todo-to-issue-action@v5"
1818
id: "todo"
1919
with:
2020
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)