Skip to content

Commit

Permalink
Update TodoClosed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkdl0048 authored Aug 1, 2024
1 parent bc9b066 commit 301b0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TodoClosed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: Create issue markdown file
run: |
Expand All @@ -41,7 +41,7 @@ jobs:
git push origin issue-to-md
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: issue-to-md
Expand Down

0 comments on commit 301b0a9

Please sign in to comment.