Skip to content

Commit 046f2a6

Browse files
chore(deps): update actions/checkout action to v4 (#379)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24553a7 commit 046f2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Clone repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Install pnpm
1717
run: npm install pnpm -g

0 commit comments

Comments
 (0)