Skip to content

Commit 5438f66

Browse files
authored
Merge pull request #218 from Project-Platypus/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 7d3274a + cd53a74 commit 5438f66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout source
99
uses: actions/checkout@v4
1010
- name: Set up Python 3.11
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@v5
1212
with:
1313
python-version: "3.11"
1414
- name: Install build dependencies

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
cache: "pip"

0 commit comments

Comments
 (0)