Skip to content

Commit

Permalink
Update actions/setup-python action to v5.1.1 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent 4f98745 commit a6f90c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
steps:
- name: Setup python to build package
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: "3.12"
- name: Install build
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
- { py: "3.9", django: "32" }
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5.1.1
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.0
uses: actions/setup-python@v5.1.1
with:
python-version: ${{ matrix.py }}
- name: Setup test suite
Expand All @@ -79,12 +79,12 @@ jobs:
name: Test django_main
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5.1.1
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.0
uses: actions/setup-python@v5.1.1
with:
python-version: "3.12"
- name: Setup test suite
Expand All @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5.1.1
with:
python-version: '3.9'
- run: pip install tox
Expand All @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5.1.1
with:
python-version: '3.9'
- run: pip install tox
Expand Down

0 comments on commit a6f90c0

Please sign in to comment.