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 Dec 6, 2023
1 parent 0e41bc3 commit 7b57cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
with:
node-version: 20.x
cache: yarn
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
- run: cd python && pip install -e mcap
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
with:
path: ~/.conan/data
key: ${{ runner.os }}-${{ hashFiles('cpp/**/conanfile.py') }}
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.7
- run: pip install conan~=1.0
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- run: pip install pipenv==2023.2.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down

0 comments on commit 7b57cd1

Please sign in to comment.