Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 5.3.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.3.0 to 5.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@0b93645...4237552)

---
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 Feb 1, 2025
1 parent 67f310c commit 7a43cb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5
with:
python-version: '3.12'
- name: Install uv
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
name: wheel-${{ matrix.platform.runner }}-${{ matrix.platform.target }}
path: dist
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5
with:
python-version: '${{ matrix.python-version }}'
- name: Install uv
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
name: wheel-pure-python-and-sdist
path: dist
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5
with:
python-version: '${{ matrix.python-version }}'
- name: Install uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-published-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5
with:
python-version: '${{ matrix.python-version }}'
# uv's oneline below does not work on windows; uv add magika==0.5.1 is known to not work with python 3.8 and 3.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-published-rc-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5
with:
python-version: '${{ matrix.python-version }}'
- if: matrix.os != 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v4

- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # pin@v5
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # pin@v5
with:
python-version: '${{ matrix.python-version }}'

Expand Down

0 comments on commit 7a43cb9

Please sign in to comment.