Skip to content

Commit

Permalink
Merge tag 'v3.1.0' into develop
Browse files Browse the repository at this point in the history
Improved type hints thanks to @jonde94 and modernised CI setup. v3.1.0

# -----BEGIN PGP SIGNATURE-----
#
# iQIzBAABCgAdFiEEFJMl/RWQTpxOuJ6V6BRE6c4faV0FAmdz2KQACgkQ6BRE6c4f
# aV33PQ//a0uQMxYlR1+FqGqjbL358KtPNjDomhqnL1GQFEnyDjxZDLNZxyyyTd4T
# qRyHxVRgz4Dl6dGiyAxTTfeaLuwIpzpM9zNr71W1jmmUX0P1C0CRD/zGW1lAt7Q3
# XpqUghUfhHBf5wOj8kbbNmq8Hbk4z8MIN3YXsHD2t406gg2HnvyoqUhFvsCjAC1n
# ZXy/Irsw0lnzHaFzsClkloWHDwH5eUybk3z9/46ZHHsifEX7EFVOxTEb41qCXWzL
# 5TvZKvx7MgXMySf+YiXCtEYV/LyI0MgV8km9TQN2dEgcRF+RMcUh7kWF6fykjkYR
# 1N/hGoWPUeiy4kRBHoN6nOg8xTEXy10FICGdVcMdNBOVytf8tukuOsYuHv2Z1Q3s
# 7CzEH2VjYBZY3ycIlsGU+w9JOKNWqfRLPEnb5brtFFxg3BbSAfGcQQ/GM030KMC1
# Im518hrlxVyMTnyYXl78smL8f6yje56ZMaukdh+IVgHbU8wS9DXfecm3l2CeB3DJ
# Q38PKew8ghH38q3asVldDB9cAr72Mkns2tfZyCAcOakTm66KxRUxOqYVeWz2RCOR
# RmKteX78nh8tzDGw+QQzcxBSrZd1OQ/ObVXDT8IujmRX9vHNCV5f9WyD5Ur2ppQ5
# kWy2Ax0ymD1aL/ccjhC0vdhIfzgNoKmqQiTvWBHcQeUooU30B/U=
# =sumL
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Dec 31 12:42:28 2024 CET
# gpg:                using RSA key 149325FD15904E9C4EB89E95E81444E9CE1F695D
# gpg: Good signature from "Rick van Hattem <[email protected]>" [ultimate]
# gpg:                 aka "[jpeg image of size 9662]" [ultimate]
  • Loading branch information
wolph committed Dec 31, 2024
2 parents fe481b6 + c0f15c6 commit 56ddd57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- 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 }}
cache: 'pip'
Expand All @@ -36,7 +36,7 @@ jobs:
python -m pip install -e '.[tests]'
- name: Linting with pyright
uses: jakebailey/pyright-action@v1
uses: jakebailey/pyright-action@v2
with:
path: portalocker portalocker_tests

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- 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 }}
cache: 'pip'
Expand All @@ -50,9 +50,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Start Redis
uses: supercharge/redis-github-action@1.7.0
uses: supercharge/redis-github-action@1.8.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
days-before-stale: 30
days-before-pr-stale: -1
Expand Down

0 comments on commit 56ddd57

Please sign in to comment.