Skip to content

Commit

Permalink
Bump actions/setup-python from 5.0.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.0.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent ca948d3 commit 6dbc7fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.6
#----------------------------------------------
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.6
#----------------------------------------------
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.6
#----------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.4.0
with:
python-version: 3.7
#----------------------------------------------
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
#----------------------------------------------
- name: Set up python
id: setup-python
uses: actions/setup-python@v5.0.0
uses: actions/setup-python@v5.4.0
with:
python-version: ${{ matrix.python }}
#----------------------------------------------
Expand Down

0 comments on commit 6dbc7fa

Please sign in to comment.