Skip to content

Commit c4d9c23

Browse files
authored
Update checkout action (#23)
Fixes node deprecations
1 parent ff5ebee commit c4d9c23

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
@@ -7,7 +7,7 @@ jobs:
77
name: Build
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- run: make update
1212
- run: make build
1313
- run: |

0 commit comments

Comments
 (0)