Skip to content

Commit 16e44bc

Browse files
Bump actions/setup-python from 4.0.0 to 4.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.0.0...v4.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 0e4fe32 commit 16e44bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python 3.6
21-
uses: actions/setup-python@v4.0.0
21+
uses: actions/setup-python@v4.3.0
2222
with:
2323
python-version: 3.6
2424

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3.0.2
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v4.0.0
18+
uses: actions/setup-python@v4.3.0
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- uses: actions/cache@v3.0.4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v3.0.2
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v4.0.0
55+
uses: actions/setup-python@v4.3.0
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858

0 commit comments

Comments
 (0)