Skip to content

Commit 46c035e

Browse files
dependabot[bot]sergeyklay
authored andcommitted
Bump actions/setup-python from 4.7.0 to 4.7.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de22b7e commit 46c035e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/[email protected]
2828

2929
- name: Set up Python 3.10
30-
uses: actions/[email protected].0
30+
uses: actions/[email protected].1
3131
with:
3232
python-version: '3.10'
3333

@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/[email protected]
6868

6969
- name: Set up Python 3.10
70-
uses: actions/[email protected].0
70+
uses: actions/[email protected].1
7171
with:
7272
python-version: '3.10'
7373

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 5
7373

7474
- name: Set up Python ${{ matrix.python }}
75-
uses: actions/[email protected].0
75+
uses: actions/[email protected].1
7676
with:
7777
python-version: ${{ matrix.python }}
7878

.github/workflows/cs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
2929

3030
- name: Set up Python 3.10
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
python-version: '3.10'
3434

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/[email protected]
3030

3131
- name: Set up Python 3.10
32-
uses: actions/[email protected].0
32+
uses: actions/[email protected].1
3333
with:
3434
python-version: '3.10'
3535

0 commit comments

Comments
 (0)