Skip to content

Commit 4d5b8d9

Browse files
renovate[bot]RealOrangeOne
authored andcommitted
Update actions/setup-python action to v5
1 parent 48bf2c0 commit 4d5b8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set up Python
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@v5
1212
with:
1313
python-version: "3.13"
1414
- name: Install Python dependencies
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up Python
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.13"
2727
- name: Install Python dependencies

0 commit comments

Comments
 (0)