Skip to content

Commit

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

ci: bump actions/setup-node from 3 to 4
  • Loading branch information
ptrus authored Oct 24, 2023
2 parents d4a2f09 + 875c9ea commit 82f41d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: "3.x"
- name: Set up Node.js 12
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "12.x"
- name: Set up Go
Expand Down

0 comments on commit 82f41d1

Please sign in to comment.