Skip to content

Commit ce6176c

Browse files
Bump actions/setup-python from 4.6.1 to 4.7.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5fc9f9 commit ce6176c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 2
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@v4.6.1
21+
uses: actions/setup-python@v4.7.0
2222
with:
2323
python-version: "3.10"
2424

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v3
3737

3838
- name: Set up Python ${{ matrix.python }}
39-
uses: actions/setup-python@v4.6.1
39+
uses: actions/setup-python@v4.7.0
4040
with:
4141
python-version: ${{ matrix.python }}
4242
- name: Install pre-requisities
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@v3
120120

121121
- name: Set up Python
122-
uses: actions/setup-python@v4.6.1
122+
uses: actions/setup-python@v4.7.0
123123
with:
124124
python-version: "3.11"
125125

0 commit comments

Comments
 (0)