Skip to content

Commit 4764d37

Browse files
dependabot[bot]actions-user
authored andcommitted
Bump actions/setup-python from 3 to 4.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Retrocookie-Original-Commit: cjolowicz/cookiecutter-hypermodern-python-instance@0e2fd0e
1 parent fdce515 commit 4764d37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

{{cookiecutter.project_name}}/.github/workflows/release.yml

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

1919
- name: Set up Python
20-
uses: actions/setup-python@v3
20+
uses: actions/setup-python@v4.1.0
2121
with:
2222
python-version: "3.10"
2323

{{cookiecutter.project_name}}/.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Set up Python ${{"{{"}} matrix.python {{"}}"}}
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v4.1.0
4242
with:
4343
python-version: ${{"{{"}} matrix.python {{"}}"}}
4444

@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v3
118118

119119
- name: Set up Python
120-
uses: actions/setup-python@v3
120+
uses: actions/setup-python@v4.1.0
121121
with:
122122
python-version: "3.10"
123123

0 commit comments

Comments
 (0)