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

Commit 6cd5031

Browse files
chore(deps): bump actions/setup-python from 4.8.0 to 5.1.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.8.0...v5.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 739cb7d commit 6cd5031

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.8.0
17+
uses: actions/setup-python@v5.1.1
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.8.0
39+
uses: actions/setup-python@v5.1.1
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.8.0
115+
uses: actions/setup-python@v5.1.1
116116
with:
117117
python-version: "3.10"
118118

0 commit comments

Comments
 (0)