Skip to content

Commit e8cc8b5

Browse files
authored
Merge pull request #36 from brightway-lca/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents 4e2c857 + 5025ab2 commit e8cc8b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python 3.11
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.13"
2222
- name: Install pypa/build

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# general Python setup
4242
- name: Set up Python ${{ matrix.py-version }}
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: ${{ matrix.py-version }}
4646

0 commit comments

Comments
 (0)