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

Commit 5cfbf86

Browse files
chore(deps): bump actions/setup-python from 4.7.1 to 4.8.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v4.8.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bee17f4 commit 5cfbf86

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.7.1
17+
uses: actions/setup-python@v4.8.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/[email protected]
3737

3838
- name: Set up Python ${{ matrix.python }}
39-
uses: actions/setup-python@v4.7.1
39+
uses: actions/setup-python@v4.8.0
4040
with:
4141
python-version: ${{ matrix.python }}
4242

@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/[email protected]
113113

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

0 commit comments

Comments
 (0)