Skip to content

Commit ee3f4e5

Browse files
Bump actions/setup-python from 4.1.0 to 4.5.0 (#1305)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.1.0...v4.5.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 714e2a1 commit ee3f4e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- uses: actions/setup-python@v4.1.0
9+
- uses: actions/setup-python@v4.5.0
1010
with:
1111
python-version: "3.8"
1212
- run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- uses: actions/setup-python@v4.1.0
9+
- uses: actions/setup-python@v4.5.0
1010
with:
1111
python-version: "3.9"
1212
- run: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
with:
2020
path: cookiecutter-hypermodern-python
21-
- uses: actions/setup-python@v4.1.0
21+
- uses: actions/setup-python@v4.5.0
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install tools using pip

.github/workflows/update-instance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: ${{ env.PROJECT }}
2323
token: ${{ secrets.X_GITHUB_TOKEN }}
2424
- name: Set up Python 3.10
25-
uses: actions/setup-python@v4.1.0
25+
uses: actions/setup-python@v4.5.0
2626
with:
2727
python-version: "3.10"
2828
- name: Install cutty

0 commit comments

Comments
 (0)