Skip to content

Commit 580b1cb

Browse files
committed
Update actions to use Node16.
1 parent e7aa3df commit 580b1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
update-badge:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
7+
- uses: actions/checkout@v3
88
- name: Install dependencies
99
run: npm i
1010
- name: Format code

0 commit comments

Comments
 (0)