Skip to content

Commit 83f5eb3

Browse files
authored
Merge pull request #150 from OAI/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 9f8ac0d + 344a113 commit 83f5eb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v4 # checkout repo content
27+
- uses: actions/checkout@v5 # checkout repo content
2828

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

.github/workflows/examples-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@v4 # checkout repo content
30+
- uses: actions/checkout@v5 # checkout repo content
3131
with:
3232
fetch-depth: 0
3333
- uses: actions/setup-node@v4 # setup Node.js

0 commit comments

Comments
 (0)