summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-28 17:23:48 -0500
committerGitHub <[email protected]>2022-02-28 17:23:48 -0500
commit6b65034810a7cc681c78d2cbd2dff7d4e7bdaec1 (patch)
tree4138dfa2ad949cd729d150f0a156809fed8db85e /.github
parentfa02095e2f91b4b6aed49a76af59075d7088ca38 (diff)
downloadbazarr-6b65034810a7cc681c78d2cbd2dff7d4e7bdaec1.tar.gz
bazarr-6b65034810a7cc681c78d2cbd2dff7d4e7bdaec1.zip
no log: Bump actions/setup-python from 2 to 3 (#1745)v1.0.4-beta.1
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- 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.yml2
-rw-r--r--.github/workflows/test_bazarr_execution.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e1d94998c..58b2e5a42 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
fetch-depth: 1
- name: Set up Python 3.8
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: '3.8'
diff --git a/.github/workflows/test_bazarr_execution.yml b/.github/workflows/test_bazarr_execution.yml
index 43aedb859..a56887a82 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@v2
+ uses: actions/setup-python@v3
with:
python-version: '3.8'