Skip to content

Commit

Permalink
updated todo and removed dublicate
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Nov 12, 2024
1 parent 7de583b commit 960ce9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Testing
strategy:
matrix:
dotnet: ['net8.0', 'net9.0', 'net462', 'net48','net8.0' ]
dotnet: ['net8.0', 'net9.0', 'net462', 'net48']
steps:
- name: Checkout code base
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action"
uses: "alstr/todo-to-issue-action@v5"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 960ce9a

Please sign in to comment.