Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit a9650fc

Browse files
chore(deps): 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 5ce97e4 commit a9650fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 2
1616
- name: Set up Python
17-
uses: actions/setup-python@v4.6.1
17+
uses: actions/setup-python@v4.7.0
1818
with:
1919
python-version: "3.10"
2020

.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.3.0
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

@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/checkout@v3.3.0
113113

114114
- name: Set up Python
115-
uses: actions/setup-python@v4.6.1
115+
uses: actions/setup-python@v4.7.0
116116
with:
117117
python-version: "3.10"
118118

0 commit comments

Comments
 (0)