Skip to content

Commit c938d28

Browse files
authored
Merge pull request #22 from clov3r-cc/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents d6e2909 + f33d653 commit c938d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Format and Prepare for deploy
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- name: Install pnpm
1111
uses: pnpm/action-setup@v2
1212
- name: Get node version from Volta

0 commit comments

Comments
 (0)