Skip to content

Commit c02653b

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#389)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bdecdd3 commit c02653b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4.2.2
2222

2323
- name: 🛠 Set up Python 3
24-
uses: actions/setup-python@v5.3.0
24+
uses: actions/setup-python@v5.5.0
2525
id: python
2626
with:
2727
python-version: "3.11"
@@ -53,7 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: 🛠️ Set up Python ${{ matrix.python.version }}
56-
uses: actions/setup-python@v5.3.0
56+
uses: actions/setup-python@v5.5.0
5757
with:
5858
python-version: ${{ matrix.python.version }}
5959
allow-prereleases: ${{ matrix.python.prereleases || false }}
@@ -78,7 +78,7 @@ jobs:
7878
fetch-depth: 0
7979

8080
- name: 🛠 Set up Python 3.10
81-
uses: actions/setup-python@v5.3.0
81+
uses: actions/setup-python@v5.5.0
8282
id: python
8383
with:
8484
python-version: "3.10"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4.2.2
2424

2525
- name: 🛠 Set up Python
26-
uses: actions/setup-python@v5.3.0
26+
uses: actions/setup-python@v5.5.0
2727
id: python
2828
with:
2929
python-version: "3.11"

0 commit comments

Comments
 (0)