Skip to content

Commit

Permalink
Merge pull request Roman971#52 from Elagatua/feature/dev-merge
Browse files Browse the repository at this point in the history
Dev merge 8.2.x
  • Loading branch information
Elagatua authored Nov 11, 2024
2 parents e8d7315 + fbab517 commit a86c955
Show file tree
Hide file tree
Showing 65 changed files with 44,697 additions and 42,063 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
python-version: ["3.8"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run checks
Expand All @@ -31,9 +31,9 @@ jobs:
python-version: ["3.x"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run checks
Expand All @@ -47,9 +47,9 @@ jobs:
python-version: ["3.x"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run checks
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/release.yml

This file was deleted.

Loading

0 comments on commit a86c955

Please sign in to comment.