Skip to content

Commit e473a86

Browse files
Update actions/setup-python action to v6
1 parent 527be7c commit e473a86

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token: write
1515
steps:
1616
- name: Setup python to build package
17-
uses: actions/setup-python@v5.1.1
17+
uses: actions/setup-python@v6.1.0
1818
with:
1919
python-version: "3.12"
2020
- name: Install build

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ jobs:
5353
- { py: "3.9", django: "32" }
5454
steps:
5555
- uses: actions/[email protected]
56-
- uses: actions/setup-python@v5.1.1
56+
- uses: actions/setup-python@v6.1.0
5757
with:
5858
python-version: "3.12"
5959
- run: python -m pip install tox
6060
- name: Setup python for test ${{ matrix.py }} - django${{ matrix.django }}
61-
uses: actions/setup-python@v5.1.1
61+
uses: actions/setup-python@v6.1.0
6262
with:
6363
python-version: ${{ matrix.py }}
6464
- name: Setup test suite
@@ -79,12 +79,12 @@ jobs:
7979
name: Test django_main
8080
steps:
8181
- uses: actions/[email protected]
82-
- uses: actions/setup-python@v5.1.1
82+
- uses: actions/setup-python@v6.1.0
8383
with:
8484
python-version: "3.12"
8585
- run: python -m pip install tox
8686
- name: Setup python for test 3.12 - django main branch
87-
uses: actions/setup-python@v5.1.1
87+
uses: actions/setup-python@v6.1.0
8888
with:
8989
python-version: "3.12"
9090
- name: Setup test suite
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- uses: actions/[email protected]
99-
- uses: actions/setup-python@v5.1.1
99+
- uses: actions/setup-python@v6.1.0
100100
with:
101101
python-version: '3.9'
102102
- run: pip install tox
@@ -107,7 +107,7 @@ jobs:
107107
runs-on: ubuntu-latest
108108
steps:
109109
- uses: actions/[email protected]
110-
- uses: actions/setup-python@v5.1.1
110+
- uses: actions/setup-python@v6.1.0
111111
with:
112112
python-version: '3.9'
113113
- run: pip install tox

0 commit comments

Comments
 (0)