Skip to content

Commit

Permalink
Merge pull request #76 from increments/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/publish/actions/setup-node-4

Bump actions/setup-node from 3 to 4 in /actions/publish
  • Loading branch information
tomoasleep authored Nov 16, 2023
2 parents 43748ca + 88e5b57 commit 7c0b113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "18.16.0"
- name: Install qiita-cli
Expand Down

0 comments on commit 7c0b113

Please sign in to comment.