Skip to content

Commit ddd0144

Browse files
chore(deps): bump actions/setup-python from 3 to 4 (#247)
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 1ea5b20 commit ddd0144

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222
- name: Setup python
2323
# see https://github.com/actions/setup-python
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v4
2525
with:
2626
python-version: 3.9
2727
- name: Install dependencies

.github/workflows/manual-release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
20-
- uses: actions/setup-python@v3
20+
- uses: actions/setup-python@v4
2121
with:
2222
python-version: 3.9
2323
- name: Install dependencies

.github/workflows/poetry.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v3
3030
- name: Setup Python Environment
3131
# see https://github.com/actions/setup-python
32-
uses: actions/setup-python@v3
32+
uses: actions/setup-python@v4
3333
with:
3434
python-version: ${{ env.PYTHON_VERISON_DEFAULT }}
3535
architecture: 'x64'
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v3
6464
- name: Setup Python Environment
6565
# see https://github.com/actions/setup-python
66-
uses: actions/setup-python@v3
66+
uses: actions/setup-python@v4
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
architecture: 'x64'
@@ -111,7 +111,7 @@ jobs:
111111
run: mkdir ${{ env.REPORTS_DIR }}
112112
- name: Setup Python Environment
113113
# see https://github.com/actions/setup-python
114-
uses: actions/setup-python@v3
114+
uses: actions/setup-python@v4
115115
with:
116116
python-version: ${{ matrix.python-version }}
117117
architecture: 'x64'

0 commit comments

Comments
 (0)