1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

build(deps): bump actions/setup-python from 4 to 5

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/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>
This commit is contained in:
dependabot[bot] 2023-12-11 01:36:21 +00:00 committed by Wez Furlong
parent 8d19fc632f
commit dfe3d342eb
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: gelatyx
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v3

View File

@ -25,7 +25,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: gelatyx
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions/cache@v2