Skip to content

Commit 97af082

Browse files
Merge pull request #45 from JanusGraph/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 28d0b57 + 9d87d95 commit 97af082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
- name: Set up Python 3.9
3434
uses: actions/setup-python@v3
3535
with:

.github/workflows/release.yml

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

2727
steps:
28-
- uses: actions/checkout@v3
28+
- uses: actions/checkout@v4
2929
- name: Set up Python 3.9
3030
uses: actions/setup-python@v3
3131
with:

0 commit comments

Comments
 (0)