Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c032cbf

Browse files
committed
chore(deps): update all dependencies
1 parent ec10b70 commit c032cbf

25 files changed

+50
-50
lines changed

.github/workflows/django3.2_tests_against_emulator0.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator4.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator5.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

.github/workflows/django3.2_tests_against_emulator9.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.8
23+
python-version: 3.13
2424
- name: Run Django tests
2525
run: sh django_test_suite_3.2.sh
2626
env:

0 commit comments

Comments
 (0)