PlanOpticon
Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Commit
5b5ff5be8092a53bca9d8783a1a5cc55b6f33d039d325095480ede39a9be5837
Parent
40e3d6b925433fb…
4 files changed
+2
-2
+1
-1
+1
-1
+1
-1
+2
-2
| --- .github/workflows/ci.yml | ||
| +++ .github/workflows/ci.yml | ||
| @@ -15,11 +15,11 @@ | ||
| 15 | 15 | python-version: ["3.10", "3.11", "3.12", "3.13"] |
| 16 | 16 | steps: |
| 17 | 17 | - uses: actions/checkout@v4 |
| 18 | 18 | |
| 19 | 19 | - name: Set up Python ${{ matrix.python-version }} |
| 20 | - uses: actions/setup-python@v5 | |
| 20 | + uses: actions/setup-python@v6 | |
| 21 | 21 | with: |
| 22 | 22 | python-version: ${{ matrix.python-version }} |
| 23 | 23 | |
| 24 | 24 | - name: Install system dependencies (Ubuntu) |
| 25 | 25 | if: runner.os == 'Linux' |
| @@ -45,11 +45,11 @@ | ||
| 45 | 45 | lint: |
| 46 | 46 | runs-on: ubuntu-latest |
| 47 | 47 | steps: |
| 48 | 48 | - uses: actions/checkout@v4 |
| 49 | 49 | |
| 50 | - - uses: actions/setup-python@v5 | |
| 50 | + - uses: actions/setup-python@v6 | |
| 51 | 51 | with: |
| 52 | 52 | python-version: "3.12" |
| 53 | 53 | |
| 54 | 54 | - name: Install dependencies |
| 55 | 55 | run: | |
| 56 | 56 |
| --- .github/workflows/ci.yml | |
| +++ .github/workflows/ci.yml | |
| @@ -15,11 +15,11 @@ | |
| 15 | python-version: ["3.10", "3.11", "3.12", "3.13"] |
| 16 | steps: |
| 17 | - uses: actions/checkout@v4 |
| 18 | |
| 19 | - name: Set up Python ${{ matrix.python-version }} |
| 20 | uses: actions/setup-python@v5 |
| 21 | with: |
| 22 | python-version: ${{ matrix.python-version }} |
| 23 | |
| 24 | - name: Install system dependencies (Ubuntu) |
| 25 | if: runner.os == 'Linux' |
| @@ -45,11 +45,11 @@ | |
| 45 | lint: |
| 46 | runs-on: ubuntu-latest |
| 47 | steps: |
| 48 | - uses: actions/checkout@v4 |
| 49 | |
| 50 | - uses: actions/setup-python@v5 |
| 51 | with: |
| 52 | python-version: "3.12" |
| 53 | |
| 54 | - name: Install dependencies |
| 55 | run: | |
| 56 |
| --- .github/workflows/ci.yml | |
| +++ .github/workflows/ci.yml | |
| @@ -15,11 +15,11 @@ | |
| 15 | python-version: ["3.10", "3.11", "3.12", "3.13"] |
| 16 | steps: |
| 17 | - uses: actions/checkout@v4 |
| 18 | |
| 19 | - name: Set up Python ${{ matrix.python-version }} |
| 20 | uses: actions/setup-python@v6 |
| 21 | with: |
| 22 | python-version: ${{ matrix.python-version }} |
| 23 | |
| 24 | - name: Install system dependencies (Ubuntu) |
| 25 | if: runner.os == 'Linux' |
| @@ -45,11 +45,11 @@ | |
| 45 | lint: |
| 46 | runs-on: ubuntu-latest |
| 47 | steps: |
| 48 | - uses: actions/checkout@v4 |
| 49 | |
| 50 | - uses: actions/setup-python@v6 |
| 51 | with: |
| 52 | python-version: "3.12" |
| 53 | |
| 54 | - name: Install dependencies |
| 55 | run: | |
| 56 |
+1
-1
| --- .github/workflows/docs.yml | ||
| +++ .github/workflows/docs.yml | ||
| @@ -16,11 +16,11 @@ | ||
| 16 | 16 | deploy: |
| 17 | 17 | runs-on: ubuntu-latest |
| 18 | 18 | steps: |
| 19 | 19 | - uses: actions/checkout@v4 |
| 20 | 20 | |
| 21 | - - uses: actions/setup-python@v5 | |
| 21 | + - uses: actions/setup-python@v6 | |
| 22 | 22 | with: |
| 23 | 23 | python-version: "3.12" |
| 24 | 24 | |
| 25 | 25 | - name: Install dependencies |
| 26 | 26 | run: | |
| 27 | 27 |
| --- .github/workflows/docs.yml | |
| +++ .github/workflows/docs.yml | |
| @@ -16,11 +16,11 @@ | |
| 16 | deploy: |
| 17 | runs-on: ubuntu-latest |
| 18 | steps: |
| 19 | - uses: actions/checkout@v4 |
| 20 | |
| 21 | - uses: actions/setup-python@v5 |
| 22 | with: |
| 23 | python-version: "3.12" |
| 24 | |
| 25 | - name: Install dependencies |
| 26 | run: | |
| 27 |
| --- .github/workflows/docs.yml | |
| +++ .github/workflows/docs.yml | |
| @@ -16,11 +16,11 @@ | |
| 16 | deploy: |
| 17 | runs-on: ubuntu-latest |
| 18 | steps: |
| 19 | - uses: actions/checkout@v4 |
| 20 | |
| 21 | - uses: actions/setup-python@v6 |
| 22 | with: |
| 23 | python-version: "3.12" |
| 24 | |
| 25 | - name: Install dependencies |
| 26 | run: | |
| 27 |
+1
-1
| --- .github/workflows/publish.yml | ||
| +++ .github/workflows/publish.yml | ||
| @@ -11,11 +11,11 @@ | ||
| 11 | 11 | build: |
| 12 | 12 | runs-on: ubuntu-latest |
| 13 | 13 | steps: |
| 14 | 14 | - uses: actions/checkout@v4 |
| 15 | 15 | |
| 16 | - - uses: actions/setup-python@v5 | |
| 16 | + - uses: actions/setup-python@v6 | |
| 17 | 17 | with: |
| 18 | 18 | python-version: "3.12" |
| 19 | 19 | |
| 20 | 20 | - name: Install build tools |
| 21 | 21 | run: pip install build |
| 22 | 22 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -11,11 +11,11 @@ | |
| 11 | build: |
| 12 | runs-on: ubuntu-latest |
| 13 | steps: |
| 14 | - uses: actions/checkout@v4 |
| 15 | |
| 16 | - uses: actions/setup-python@v5 |
| 17 | with: |
| 18 | python-version: "3.12" |
| 19 | |
| 20 | - name: Install build tools |
| 21 | run: pip install build |
| 22 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -11,11 +11,11 @@ | |
| 11 | build: |
| 12 | runs-on: ubuntu-latest |
| 13 | steps: |
| 14 | - uses: actions/checkout@v4 |
| 15 | |
| 16 | - uses: actions/setup-python@v6 |
| 17 | with: |
| 18 | python-version: "3.12" |
| 19 | |
| 20 | - name: Install build tools |
| 21 | run: pip install build |
| 22 |
| --- .github/workflows/release-binaries.yml | ||
| +++ .github/workflows/release-binaries.yml | ||
| @@ -27,11 +27,11 @@ | ||
| 27 | 27 | |
| 28 | 28 | runs-on: ${{ matrix.os }} |
| 29 | 29 | steps: |
| 30 | 30 | - uses: actions/checkout@v4 |
| 31 | 31 | |
| 32 | - - uses: actions/setup-python@v5 | |
| 32 | + - uses: actions/setup-python@v6 | |
| 33 | 33 | with: |
| 34 | 34 | python-version: "3.12" |
| 35 | 35 | |
| 36 | 36 | - name: Install system dependencies (Ubuntu) |
| 37 | 37 | if: runner.os == 'Linux' |
| 38 | 38 |
| --- .github/workflows/release-binaries.yml | |
| +++ .github/workflows/release-binaries.yml | |
| @@ -27,11 +27,11 @@ | |
| 27 | |
| 28 | runs-on: ${{ matrix.os }} |
| 29 | steps: |
| 30 | - uses: actions/checkout@v4 |
| 31 | |
| 32 | - uses: actions/setup-python@v5 |
| 33 | with: |
| 34 | python-version: "3.12" |
| 35 | |
| 36 | - name: Install system dependencies (Ubuntu) |
| 37 | if: runner.os == 'Linux' |
| 38 |
| --- .github/workflows/release-binaries.yml | |
| +++ .github/workflows/release-binaries.yml | |
| @@ -27,11 +27,11 @@ | |
| 27 | |
| 28 | runs-on: ${{ matrix.os }} |
| 29 | steps: |
| 30 | - uses: actions/checkout@v4 |
| 31 | |
| 32 | - uses: actions/setup-python@v6 |
| 33 | with: |
| 34 | python-version: "3.12" |
| 35 | |
| 36 | - name: Install system dependencies (Ubuntu) |
| 37 | if: runner.os == 'Linux' |
| 38 |