Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit d50a3ed

Browse files
build(deps): bump actions/checkout from 1 to 4 (#14)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed30808 commit d50a3ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
name: Prettier
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v1
20+
- uses: actions/checkout@v4
2121
- run: npm ci .
2222
- run: npm run check

0 commit comments

Comments
 (0)