Skip to content

Commit cdd4d9b

Browse files
chore(deps): update actions/checkout action to v5
1 parent 2d46e50 commit cdd4d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: pnpm/action-setup@v4
1717
- name: Use Node.js 22
1818
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)