Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and b1ackviking committed Dec 7, 2023
1 parent 5136a80 commit 002c7f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pipx install poetry
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: poetry
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
brew install llvm@16
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: poetry
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: poetry
Expand Down Expand Up @@ -360,7 +360,7 @@ jobs:
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: poetry
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
echo "CONAN_HOME=${{ runner.temp }}/.conan2" >> ${{ github.env }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: poetry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: pipx install poetry

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: poetry
Expand Down

0 comments on commit 002c7f9

Please sign in to comment.