Skip to content

Commit a26643f

Browse files
committed
Update actions/setup-python to v4.5.0
1 parent fad6c8c commit a26643f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 1
1919
- name: Set up Python 🐍
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v4.5.0
2121
with:
2222
python-version: 3.9
2323
- name: Install dependencies ⚙️

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v4.5.0
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v1
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v4.5.0
2121
with:
2222
python-version: 3.9
2323
- name: Install dependencies

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python 3.9
14-
uses: actions/setup-python@v1
14+
uses: actions/setup-python@v4.5.0
1515
with:
1616
python-version: 3.9
1717
- name: Install dependencies

.github/workflows/pages_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v1
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v1
16+
uses: actions/setup-python@v4.5.0
1717
with:
1818
python-version: 3.9
1919

tibiapy/bazaar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ class DisplayItem(abc.Serializable):
461461
The item's count.
462462
item_id: :class:`int`
463463
The item's client id.
464-
tier: :class:`ìnt`
464+
tier: :class:`int`
465465
The item's tier.
466466
"""
467467

0 commit comments

Comments
 (0)