Skip to content

Commit e037090

Browse files
Update actions/checkout action to v5
1 parent ca15688 commit e037090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Test build of example projects"
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4.2.2
18+
uses: actions/checkout@v5.0.0
1919
- name: Setup Node.js
2020
uses: actions/[email protected]
2121
- name: Setup pnpm

0 commit comments

Comments
 (0)