Skip to content

Commit 33fbf4b

Browse files
chore(deps): update actions/checkout action to v6
1 parent 742468e commit 33fbf4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
container: node:lts
77
timeout-minutes: 15
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v6
1010
- name: Prepare
1111
run: npm ci
1212
- name: Publish

0 commit comments

Comments
 (0)