diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-15 10:25:11 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-15 10:25:11 +0800 |
commit | e1d6f2d152b13e0ac825bff3eda688405fe54734 (patch) | |
tree | 637b69b8a127ad51cc2e1fb33fdf1aa5d4106b2b /.github | |
parent | 8e054ce9328ccd0278ab524b906b40411086318b (diff) | |
download | bazarr-e1d6f2d152b13e0ac825bff3eda688405fe54734.tar.gz bazarr-e1d6f2d152b13e0ac825bff3eda688405fe54734.zip |
no log: Bump actions/setup-python from 3 to 4v1.0.5-beta.28
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | .github/workflows/test_bazarr_execution.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef15e87e3..0c36d3afb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: fetch-depth: 1 - name: Set up Python 3.8 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.8" diff --git a/.github/workflows/test_bazarr_execution.yml b/.github/workflows/test_bazarr_execution.yml index 02d9443b8..a5291c327 100644 --- a/.github/workflows/test_bazarr_execution.yml +++ b/.github/workflows/test_bazarr_execution.yml @@ -35,7 +35,7 @@ jobs: working-directory: ${{ env.UI_DIRECTORY }} - name: Set up Python 3.8 - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.8" |