From 588b128f074a80e9daca9f4ebadfe603bfb942f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:58:27 +0000 Subject: [PATCH] [action] bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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] --- .github/workflows/black.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/debug-matrix.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- .github/workflows/pydeps.yml | 4 ++-- .github/workflows/toc.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index cc66112..c30e4bf 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -19,8 +19,8 @@ jobs: run: | python -m pip install --upgrade pip pip install black - - name: STEP actions/checkout@v5 - uses: actions/checkout@v5 + - name: STEP actions/checkout@v6 + uses: actions/checkout@v6 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token. fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 14d44b0..f124ada 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false diff --git a/.github/workflows/debug-matrix.yml b/.github/workflows/debug-matrix.yml index 018195b..5af8ce6 100644 --- a/.github/workflows/debug-matrix.yml +++ b/.github/workflows/debug-matrix.yml @@ -196,7 +196,7 @@ jobs: # } # $ConfigFile | ConvertTo-Json | Out-File $SettingsPath -Encoding utf8 -Force - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 1a910a2..91889be 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -94,7 +94,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@v5 # was v4, changed by @rasa + uses: actions/checkout@v6 # was v4, changed by @rasa with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pydeps.yml b/.github/workflows/pydeps.yml index ac1db94..14349a2 100644 --- a/.github/workflows/pydeps.yml +++ b/.github/workflows/pydeps.yml @@ -70,8 +70,8 @@ jobs: - "3.11" # - "3.12" steps: - - name: USES actions/checkout@v5 - uses: actions/checkout@v5 + - name: USES actions/checkout@v6 + uses: actions/checkout@v6 with: show-progress: false diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 8b74e86..b59557c 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -32,7 +32,7 @@ jobs: env: GH_TOC_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 1 show-progress: false diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 2c59bb7..5b16e84 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: # unused: # cache: 'pip' # caching pip dependencies - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - run: | python makeindex.py