Upgrade CI/github-actions (#125)

* Update ci.yml

* Update changelog.rst
This commit is contained in:
Quentin Gallouédec 2022-12-09 12:30:22 +01:00 committed by GitHub
parent ddb3a1355e
commit 9a728513da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -22,9 +22,9 @@ jobs:
python-version: [3.7, 3.8, 3.9] python-version: [3.7, 3.8, 3.9]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2 uses: actions/setup-python@v4
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies

View File

@ -31,6 +31,7 @@ Others:
- Fixed ``sb3_contrib/common/recurrent/type_aliases.py`` type hint - Fixed ``sb3_contrib/common/recurrent/type_aliases.py`` type hint
- Exposed modules in `__init__.py` with `__all__` attribute (@ZikangXiong) - Exposed modules in `__init__.py` with `__all__` attribute (@ZikangXiong)
- Removed ignores on Flake8 F401 (@ZikangXiong) - Removed ignores on Flake8 F401 (@ZikangXiong)
- Upgraded GitHub CI/setup-python to v4 and checkout to v3
Release 1.6.2 (2022-10-10) Release 1.6.2 (2022-10-10)
-------------------------- --------------------------