Skip to content

Commit 8b0172f

Browse files
authored
Merge pull request #626 from oasisprotocol/dependabot/github_actions/actions/setup-node-6
ci: bump actions/setup-node from 4 to 6
2 parents 55ab46c + c50041c commit 8b0172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
python-version: '3.x'
3737
- name: Set up Node.js 20
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v6
3939
with:
4040
node-version: 20
4141
- name: Set up Go

0 commit comments

Comments
 (0)