Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into repo-tools/upgrade-…
Browse files Browse the repository at this point in the history
…python-requirements-1e96a62
  • Loading branch information
pomegranited committed Oct 9, 2024
2 parents 249cb2c + a9e7193 commit 01b95b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
toxenv: [quality, django42-drf314, django42-drflatest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.12

Expand Down

0 comments on commit 01b95b2

Please sign in to comment.