Skip to content

Commit 50b6353

Browse files
Bump actions/setup-python from 2 to 2.2.2 (robotframework#3967)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44bdc81 commit 50b6353

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/acceptance_tests_cpython.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v2
4242

4343
- name: Setup python for starting the tests
44-
uses: actions/setup-python@v2
44+
uses: actions/setup-python@v2.2.2
4545
with:
4646
python-version: 3.6
4747
architecture: 'x64'
@@ -55,7 +55,7 @@ jobs:
5555
if: runner.os != 'Windows'
5656

5757
- name: Setup python ${{ matrix.python-version }} for running the tests
58-
uses: actions/setup-python@v2
58+
uses: actions/setup-python@v2.2.2
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
architecture: 'x64'

.github/workflows/acceptance_tests_cpython_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939

4040
- name: Setup python for starting the tests
41-
uses: actions/setup-python@v2
41+
uses: actions/setup-python@v2.2.2
4242
with:
4343
python-version: 3.6
4444
architecture: 'x64'
@@ -52,7 +52,7 @@ jobs:
5252
if: runner.os != 'Windows'
5353

5454
- name: Setup python ${{ matrix.python-version }} for running the tests
55-
uses: actions/setup-python@v2
55+
uses: actions/setup-python@v2.2.2
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
architecture: 'x64'

.github/workflows/acceptance_tests_jython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636

3737
- name: Setup Python 3.6
38-
uses: actions/setup-python@v2
38+
uses: actions/setup-python@v2.2.2
3939
with:
4040
python-version: '3.6.x'
4141
architecture: 'x64'

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434

3535
- name: Setup python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v2.2.2
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
architecture: 'x64'

.github/workflows/unit_tests_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v2
3030

3131
- name: Setup python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v2
32+
uses: actions/setup-python@v2.2.2
3333
with:
3434
python-version: ${{ matrix.python-version }}
3535
architecture: 'x64'

0 commit comments

Comments
 (0)