Skip to content

Commit ad71f1d

Browse files
Update actions/checkout action to v4
1 parent 0801184 commit ad71f1d

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
@@ -8,7 +8,7 @@ jobs:
88
name: Install + Build + Test
99
container: node:18.17-alpine
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- run: yarn
1313
- run: yarn build
1414
- run: yarn test

0 commit comments

Comments
 (0)