Skip to content

Commit 0819214

Browse files
build(deps): bump actions/setup-python from 5.4.0 to 5.5.0 (#1604)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.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 56223e8 commit 0819214

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: 🛠️ Set up Python
22-
uses: actions/setup-python@v5.4.0
22+
uses: actions/setup-python@v5.5.0
2323
with:
2424
python-version: "3.x"
2525

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
23-
uses: actions/setup-python@v5.4.0
23+
uses: actions/setup-python@v5.5.0
2424
with:
2525
python-version: ${{ env.DEFAULT_PYTHON }}
2626

@@ -71,7 +71,7 @@ jobs:
7171
- name: Check out code from GitHub
7272
uses: "actions/checkout@v4"
7373
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
74-
uses: "actions/setup-python@v5.4.0"
74+
uses: "actions/setup-python@v5.5.0"
7575
with:
7676
python-version: ${{ env.DEFAULT_PYTHON }}
7777
- name: Install requirements

0 commit comments

Comments
 (0)