Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
1. Improve the workflow versions.
  • Loading branch information
cainmagi committed Feb 5, 2024
1 parent c9f7256 commit 92418e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# - name: Set up Chrome driver
# uses: nanasess/setup-chromedriver@master
# with:
# chromedriver-version: '89.0.4389.23'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

1. Fix: Fix an incompatibility issue when `urllib3` is used in `Python==3.6`.

#### :floppy_disk: Change

1. Improve the workflow versions.

### 1.1.0 @ 2/5/2024

#### :mega: New
Expand Down

0 comments on commit 92418e1

Please sign in to comment.