Skip to content

Commit 7f31fca

Browse files
dependabot[bot]sergeyklay
authored andcommitted
Bump actions/setup-python from 4.6.0 to 4.6.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92062c1 commit 7f31fca

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v3.5.3
2828

2929
- name: Set up Python 3.10
30-
uses: actions/setup-python@v4.6.0
30+
uses: actions/setup-python@v4.6.1
3131
with:
3232
python-version: '3.10'
3333

@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v3.5.3
6868

6969
- name: Set up Python 3.10
70-
uses: actions/setup-python@v4.6.0
70+
uses: actions/setup-python@v4.6.1
7171
with:
7272
python-version: '3.10'
7373

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
fetch-depth: 5
7272

7373
- name: Set up Python ${{ matrix.python }}
74-
uses: actions/setup-python@v4.6.0
74+
uses: actions/setup-python@v4.6.1
7575
with:
7676
python-version: ${{ matrix.python }}
7777

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@v3.5.3
2929

3030
- name: Set up Python 3.10
31-
uses: actions/setup-python@v4.6.0
31+
uses: actions/setup-python@v4.6.1
3232
with:
3333
python-version: '3.10'
3434

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v3.5.3
3030

3131
- name: Set up Python 3.10
32-
uses: actions/setup-python@v4.6.0
32+
uses: actions/setup-python@v4.6.1
3333
with:
3434
python-version: '3.10'
3535

0 commit comments

Comments
 (0)