Skip to content

Commit

Permalink
Merge pull request #25 from daku10/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
daku10 authored Nov 1, 2023
2 parents 029fec8 + 526fa3e commit ca5263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzzing-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- name: fuzzing test
Expand Down

0 comments on commit ca5263b

Please sign in to comment.