]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump actions/setup-python from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Jul 2022 20:12:37 +0000 (20:12 +0000)
committerJohann Bauer <bauerj@bauerj.eu>
Sat, 2 Jul 2022 12:26:49 +0000 (14:26 +0200)
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] <support@github.com>
.github/workflows/ci.yml
.github/workflows/installer-library.yml
.github/workflows/reusable-ci-backend.yml

index bd561d125562a725896a694a0ca213e376aae799..9dfe65db8e143387faeea64e12887d0f2038eba2 100644 (file)
@@ -26,7 +26,7 @@ jobs:
         run: pipx install pipenv
       -
         name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: 3.9
           cache: "pipenv"
@@ -73,7 +73,7 @@ jobs:
         uses: actions/checkout@v3
       -
         name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: "3.9"
       -
@@ -231,7 +231,7 @@ jobs:
         uses: actions/checkout@v3
       -
         name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: 3.9
       -
index effa8278f89420a09f875983637212c523732192..879c31fc96ebc97b36a20020f685a61599a5bf5d 100644 (file)
@@ -41,7 +41,7 @@ jobs:
         uses: actions/checkout@v3
       -
         name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: "3.9"
       -
index 02186c2f2963eb6cddf3cd2cc013fb9068867f42..b6459c1108a754532e28dd116cde9b63351a5a59 100644 (file)
@@ -65,7 +65,7 @@ jobs:
         run: pipx install pipenv
       -
         name: Set up Python
-        uses: actions/setup-python@v3
+        uses: actions/setup-python@v4
         with:
           python-version: "${{ matrix.python-version }}"
           cache: "pipenv"