Skip to content

Commit dfb8f75

Browse files
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...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]>
1 parent 4694ade commit dfb8f75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656

5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v2
58+
uses: actions/setup-python@v4
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/checkout@v4
120120

121121
- name: Set up Python
122-
uses: actions/setup-python@v2
122+
uses: actions/setup-python@v4
123123
with:
124124
python-version: '3.x'
125125

@@ -160,7 +160,7 @@ jobs:
160160
fetch-depth: 0
161161

162162
- name: Set up Python
163-
uses: actions/setup-python@v2
163+
uses: actions/setup-python@v4
164164
with:
165165
python-version: '3.x'
166166

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v4
2020
with:
2121
python-version: 3.8
2222

0 commit comments

Comments
 (0)