Skip to content

Commit 09d7d84

Browse files
Update actions/checkout action to v6 (#74)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca15688 commit 09d7d84

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@v6.0.0
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v4.3.0
2121
- name: Setup pnpm

0 commit comments

Comments
 (0)