PlanOpticon
Merge pull request #12 from ConflictHQ/dependabot/github_actions/actions/setup-python-6 Bump actions/setup-python from 5 to 6
Commit
6f74a6c91f664e7d5e04b0989da42dbb59661782d307b1ccd5bfd5864c21af4c
Parent
0ae26c99d1a96b9…
8 files changed
+2
-2
+2
-2
+1
-1
+1
-1
+1
-1
+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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 49 | |
| 50 | - uses: actions/setup-python@v6 |
| 51 | with: |
| 52 | python-version: "3.12" |
| 53 | |
| 54 | - name: Install dependencies |
| 55 | run: | |
| 56 |
+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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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/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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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 |
+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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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@v6 |
| 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 |
| --- .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@v6 |
| 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@v6 |
| 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@v6 |
| 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 |