Skip to content

Commit 94c723e

Browse files
Update actions/checkout action to v4 (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cffb2c1 commit 94c723e

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@v3.5.3
18+
uses: actions/checkout@v4.1.1
1919
- name: Setup Node.js
2020
uses: actions/setup-node@v3.7.0
2121
- name: Setup pnpm

0 commit comments

Comments
 (0)