PlanOpticon
Bump actions/checkout from 4 to 6 (#9) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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>
Commit
8f703023f1e8bebd466edaf7b22631f6f22a5fd33212f7f8e0a8a99b3ba1c1fc
Parent
e2cda4c67a62fed…
4 files changed
+2
-2
+1
-1
+1
-1
+1
-1
+2
-2
| --- .github/workflows/ci.yml | ||
| +++ .github/workflows/ci.yml | ||
| @@ -12,11 +12,11 @@ | ||
| 12 | 12 | strategy: |
| 13 | 13 | matrix: |
| 14 | 14 | os: [ubuntu-latest, macos-latest] |
| 15 | 15 | python-version: ["3.10", "3.11", "3.12", "3.13"] |
| 16 | 16 | steps: |
| 17 | - - uses: actions/checkout@v4 | |
| 17 | + - uses: actions/checkout@v6 | |
| 18 | 18 | |
| 19 | 19 | - name: Set up Python ${{ matrix.python-version }} |
| 20 | 20 | uses: actions/setup-python@v5 |
| 21 | 21 | with: |
| 22 | 22 | python-version: ${{ matrix.python-version }} |
| @@ -43,11 +43,11 @@ | ||
| 43 | 43 | run: ruff check video_processor/ |
| 44 | 44 | |
| 45 | 45 | lint: |
| 46 | 46 | runs-on: ubuntu-latest |
| 47 | 47 | steps: |
| 48 | - - uses: actions/checkout@v4 | |
| 48 | + - uses: actions/checkout@v6 | |
| 49 | 49 | |
| 50 | 50 | - uses: actions/setup-python@v5 |
| 51 | 51 | with: |
| 52 | 52 | python-version: "3.12" |
| 53 | 53 | |
| 54 | 54 |
| --- .github/workflows/ci.yml | |
| +++ .github/workflows/ci.yml | |
| @@ -12,11 +12,11 @@ | |
| 12 | strategy: |
| 13 | matrix: |
| 14 | os: [ubuntu-latest, macos-latest] |
| 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 }} |
| @@ -43,11 +43,11 @@ | |
| 43 | run: ruff check video_processor/ |
| 44 | |
| 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 |
| --- .github/workflows/ci.yml | |
| +++ .github/workflows/ci.yml | |
| @@ -12,11 +12,11 @@ | |
| 12 | strategy: |
| 13 | matrix: |
| 14 | os: [ubuntu-latest, macos-latest] |
| 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 }} |
| @@ -43,11 +43,11 @@ | |
| 43 | run: ruff check video_processor/ |
| 44 | |
| 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 |
+1
-1
| --- .github/workflows/docs.yml | ||
| +++ .github/workflows/docs.yml | ||
| @@ -14,11 +14,11 @@ | ||
| 14 | 14 | |
| 15 | 15 | jobs: |
| 16 | 16 | deploy: |
| 17 | 17 | runs-on: ubuntu-latest |
| 18 | 18 | steps: |
| 19 | - - uses: actions/checkout@v4 | |
| 19 | + - uses: actions/checkout@v6 | |
| 20 | 20 | |
| 21 | 21 | - uses: actions/setup-python@v5 |
| 22 | 22 | with: |
| 23 | 23 | python-version: "3.12" |
| 24 | 24 | |
| 25 | 25 |
| --- .github/workflows/docs.yml | |
| +++ .github/workflows/docs.yml | |
| @@ -14,11 +14,11 @@ | |
| 14 | |
| 15 | jobs: |
| 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 |
| --- .github/workflows/docs.yml | |
| +++ .github/workflows/docs.yml | |
| @@ -14,11 +14,11 @@ | |
| 14 | |
| 15 | jobs: |
| 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 |
+1
-1
| --- .github/workflows/publish.yml | ||
| +++ .github/workflows/publish.yml | ||
| @@ -9,11 +9,11 @@ | ||
| 9 | 9 | |
| 10 | 10 | jobs: |
| 11 | 11 | build: |
| 12 | 12 | runs-on: ubuntu-latest |
| 13 | 13 | steps: |
| 14 | - - uses: actions/checkout@v4 | |
| 14 | + - uses: actions/checkout@v6 | |
| 15 | 15 | |
| 16 | 16 | - uses: actions/setup-python@v5 |
| 17 | 17 | with: |
| 18 | 18 | python-version: "3.12" |
| 19 | 19 | |
| 20 | 20 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -9,11 +9,11 @@ | |
| 9 | |
| 10 | jobs: |
| 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 |
| --- .github/workflows/publish.yml | |
| +++ .github/workflows/publish.yml | |
| @@ -9,11 +9,11 @@ | |
| 9 | |
| 10 | jobs: |
| 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 |
| --- .github/workflows/release-binaries.yml | ||
| +++ .github/workflows/release-binaries.yml | ||
| @@ -25,11 +25,11 @@ | ||
| 25 | 25 | target: windows-x86_64 |
| 26 | 26 | ext: ".exe" |
| 27 | 27 | |
| 28 | 28 | runs-on: ${{ matrix.os }} |
| 29 | 29 | steps: |
| 30 | - - uses: actions/checkout@v4 | |
| 30 | + - uses: actions/checkout@v6 | |
| 31 | 31 | |
| 32 | 32 | - uses: actions/setup-python@v5 |
| 33 | 33 | with: |
| 34 | 34 | python-version: "3.12" |
| 35 | 35 | |
| 36 | 36 |
| --- .github/workflows/release-binaries.yml | |
| +++ .github/workflows/release-binaries.yml | |
| @@ -25,11 +25,11 @@ | |
| 25 | target: windows-x86_64 |
| 26 | ext: ".exe" |
| 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 |
| --- .github/workflows/release-binaries.yml | |
| +++ .github/workflows/release-binaries.yml | |
| @@ -25,11 +25,11 @@ | |
| 25 | target: windows-x86_64 |
| 26 | ext: ".exe" |
| 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 |