Skip to content

Commit ed0b894

Browse files
Bump actions/setup-python from 3 to 4 (#65)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 061c88c commit ed0b894

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/fortnightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0
4949
- name: Set up Python
50-
uses: actions/setup-python@v3
50+
uses: actions/setup-python@v4
5151
with:
5252
python-version: ${{ matrix.python }}
5353
- name: Install Python dependencies

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
fetch-depth: 0
4848
- name: Set up Python
49-
uses: actions/setup-python@v3
49+
uses: actions/setup-python@v4
5050
with:
5151
python-version: ${{ matrix.python }}
5252
- name: Install Python dependencies
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
fetch-depth: 0
7171
- name: Set up Python
72-
uses: actions/setup-python@v3
72+
uses: actions/setup-python@v4
7373
with:
7474
python-version: 3.8
7575
- name: Install Python dependencies

0 commit comments

Comments
 (0)