Skip to content

Commit a4f1b2a

Browse files
Merge pull request #50 from JanusGraph/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents d206bfd + b2d47b9 commit a4f1b2a

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
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Set up Python 3.9
34-
uses: actions/setup-python@v3
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: "3.9"
3737
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Set up Python 3.9
30-
uses: actions/setup-python@v3
30+
uses: actions/setup-python@v5
3131
with:
3232
python-version: "3.9"
3333
- name: Install dependencies

0 commit comments

Comments
 (0)