Skip to content

Commit

Permalink
Update build.yml (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
raratiru committed Aug 16, 2023
1 parent 87afd29 commit fdb7359
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
django_settings: ["test_setup.settings", "test_setup.i18n_settings"] # CHECK

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -100,9 +100,9 @@ jobs:
django-version: ["Django>=3.2,<3.3", "Django>=4.1"] # CHECK
django_settings: ["test_setup.settings", "test_setup.i18n_settings"] # CHECK
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -134,11 +134,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.10" # CHECK
python-version: "3.11" # CHECK

- name: Install last pass dependencies
run: |
Expand Down

0 comments on commit fdb7359

Please sign in to comment.