Skip to content

Commit 07545df

Browse files
authored
Merge pull request #107 from ralfhandl/update-convert-examples-workflow
Update convert-examples-to-json.yaml
2 parents 87c005c + 06e14a5 commit 07545df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/convert-examples-to-json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v2 # checkout repo content
27+
- uses: actions/checkout@v4 # checkout repo content
2828

2929
- uses: actions/setup-node@v4 # setup Node.js
3030
with:

0 commit comments

Comments
 (0)