Skip to content

Commit eb2d400

Browse files
Bump actions/setup-python from 4.3.0 to 4.5.0 (#176)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.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 e90009d commit eb2d400

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222

2323
- name: 🛠 Set up Python 3
24-
uses: actions/setup-python@v4.3.0
24+
uses: actions/setup-python@v4.5.0
2525
id: python
2626
with:
2727
python-version: 3.x
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0
5050

5151
- name: 🛠️ Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v4.3.0
52+
uses: actions/setup-python@v4.5.0
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

@@ -73,7 +73,7 @@ jobs:
7373
fetch-depth: 0
7474

7575
- name: 🛠 Set up Python 3
76-
uses: actions/setup-python@v4.3.0
76+
uses: actions/setup-python@v4.5.0
7777
id: python
7878
with:
7979
python-version: 3.x

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: 🛠 Set up Python
18-
uses: actions/setup-python@v4.3.0
18+
uses: actions/setup-python@v4.5.0
1919
id: python
2020
with:
2121
python-version: 3.x

0 commit comments

Comments
 (0)