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

Commit fbbcc8e

Browse files
Update actions/checkout action to v3 (#83)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c041535 commit fbbcc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616

1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)