-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/setup-python action to v5.3.0
- Loading branch information
1 parent
527be7c
commit 935bf72
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,12 +53,12 @@ jobs: | |
- { py: "3.9", django: "32" } | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5.1.1 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: "3.12" | ||
- run: python -m pip install tox | ||
- name: Setup python for test ${{ matrix.py }} - django${{ matrix.django }} | ||
uses: actions/setup-python@v5.1.1 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: ${{ matrix.py }} | ||
- name: Setup test suite | ||
|
@@ -79,12 +79,12 @@ jobs: | |
name: Test django_main | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5.1.1 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: "3.12" | ||
- run: python -m pip install tox | ||
- name: Setup python for test 3.12 - django main branch | ||
uses: actions/setup-python@v5.1.1 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: "3.12" | ||
- name: Setup test suite | ||
|
@@ -96,7 +96,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5.1.1 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.9' | ||
- run: pip install tox | ||
|
@@ -107,7 +107,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: actions/setup-python@v5.1.1 | ||
- uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: '3.9' | ||
- run: pip install tox | ||
|