Skip to content

Commit

Permalink
Merge pull request #17 from hatena/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
ne-sachirou authored Nov 14, 2023
2 parents dea7751 + dc27736 commit a3284fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/task-lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
- name: Lint YAML
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task-lint-yaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
- name: Lint YAML
Expand Down

0 comments on commit a3284fc

Please sign in to comment.