Skip to content

Commit 4598f27

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/setup-python from 2 to 2.2.2
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v2.2.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99880d6 commit 4598f27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
msgcheck:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/setup-python@v2
27+
- uses: actions/setup-python@v2.2.2
2828
- uses: actions/[email protected]
2929
- run: sudo apt install -y gettext aspell libenchant-dev
3030
- uses: actions/[email protected]
@@ -48,7 +48,7 @@ jobs:
4848
- "pydocstyle ."
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/setup-python@v2
51+
- uses: actions/setup-python@v2.2.2
5252
- uses: actions/[email protected]
5353
- uses: actions/[email protected]
5454
with:
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- name: Install gettext
6767
run: sudo apt install gettext -y
68-
- uses: actions/[email protected].1
68+
- uses: actions/[email protected].2
6969
- run: python -m pip install --upgrade pip setuptools wheel twine readme-renderer
7070
- uses: actions/[email protected]
7171
- run: python setup.py sdist bdist_wheel
@@ -94,7 +94,7 @@ jobs:
9494
- "progressbar"
9595
steps:
9696
- name: Set up Python ${{ matrix.python-version }}
97-
uses: actions/[email protected].1
97+
uses: actions/[email protected].2
9898
with:
9999
python-version: ${{ matrix.python-version }}
100100
- run: sudo apt install gettext -y

.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/[email protected]
1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].2
1313
with:
1414
python-version: ${{ matrix.python-version }}
1515
- name: Install gettext

0 commit comments

Comments
 (0)