Skip to content

Commit a99cb52

Browse files
dependabot[bot]codingjoe
authored andcommitted
Update actions/setup-python requirement to v2.2.1
Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18cba09 commit a99cb52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2.3.4
1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/setup-python@v1
12+
uses: actions/setup-python@v2.2.1
1313
with:
1414
python-version: ${{ matrix.python-version }}
1515
- name: Install gettext

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Install gettext
1515
run: sudo apt-get install gettext -y
16-
- uses: actions/setup-python@v2
16+
- uses: actions/setup-python@v2.2.1
1717
- run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
1818
- uses: actions/checkout@v2.3.4
1919
- run: python setup.py sdist bdist_wheel
@@ -32,7 +32,7 @@ jobs:
3232
- "3.1"
3333
steps:
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v1
35+
uses: actions/setup-python@v2.2.1
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- uses: actions/checkout@v2.3.4

0 commit comments

Comments
 (0)