Skip to content

Commit eefba0b

Browse files
chore(deps): update actions/checkout action to v4
1 parent 952c772 commit eefba0b

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
timeout-minutes: 5
77
steps:
8-
- uses: actions/checkout@v1
8+
- uses: actions/checkout@v4
99
- name: Prepare
1010
run: npm ci
1111
- name: Lint

0 commit comments

Comments
 (0)