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

Commit 12a6ddd

Browse files
chore(deps): 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 2650641 commit 12a6ddd

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/[email protected].0
17+
uses: actions/[email protected].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/[email protected]
3737

3838
- name: Set up Python ${{ matrix.python }}
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
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/[email protected].0
115+
uses: actions/[email protected].1
116116
with:
117117
python-version: "3.10"
118118

0 commit comments

Comments
 (0)