Skip to content

Commit 0f6e75f

Browse files
Bump actions/setup-python from 2.2.2 to 2.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d234ebc commit 0f6e75f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/linting.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v2.4.0
7272
- name: 🏗 Set up Python 3.8
7373
id: python
74-
uses: actions/setup-python@v2.2.2
74+
uses: actions/setup-python@v2.3.0
7575
with:
7676
python-version: 3.8
7777
- name: 🏗 Read .nvmrc

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2.4.0
1717
- name: 🏗 Set up Python 3.8
1818
id: python
19-
uses: actions/setup-python@v2.2.2
19+
uses: actions/setup-python@v2.3.0
2020
with:
2121
python-version: 3.8
2222
- name: 🏗 Get pip cache dir

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2.4.0
2121
- name: 🏗 Set up Python ${{ matrix.python }}
2222
id: python
23-
uses: actions/setup-python@v2.2.2
23+
uses: actions/setup-python@v2.3.0
2424
with:
2525
python-version: ${{ matrix.python }}
2626
- name: 🏗 Get pip cache dir
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/download-artifact@v2.0.10
6868
- name: 🏗 Set up Python 3.9
6969
id: python
70-
uses: actions/setup-python@v2.2.2
70+
uses: actions/setup-python@v2.3.0
7171
with:
7272
python-version: 3.9
7373
- name: 🏗 Get pip cache dir

.github/workflows/typing.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2.4.0
2020
- name: 🏗 Set up Python ${{ matrix.python }}
2121
id: python
22-
uses: actions/setup-python@v2.2.2
22+
uses: actions/setup-python@v2.3.0
2323
with:
2424
python-version: ${{ matrix.python }}
2525
- name: 🏗 Get pip cache dir
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v2.4.0
6363
- name: 🏗 Set up Python ${{ matrix.python }}
6464
id: python
65-
uses: actions/setup-python@v2.2.2
65+
uses: actions/setup-python@v2.3.0
6666
with:
6767
python-version: ${{ matrix.python }}
6868
- name: 🏗 Read .nvmrc

0 commit comments

Comments
 (0)