ci: 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-01 17:04:45 +00:00 committed by Richard Megginson
parent 69b231cf30
commit 4e0379ec6e
16 changed files with 20 additions and 20 deletions

View file

@ -27,7 +27,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Install tox, tox-lsr - name: Install tox, tox-lsr
run: | run: |

View file

@ -25,7 +25,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Install tox, tox-lsr - name: Install tox, tox-lsr
run: | run: |

View file

@ -28,7 +28,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Install tox, tox-lsr - name: Install tox, tox-lsr
run: | run: |

View file

@ -25,7 +25,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Check out code - name: Check out code
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Ensure the docs branch - name: Ensure the docs branch
@ -48,12 +48,12 @@ jobs:
fi fi
- name: Checkout the docs branch - name: Checkout the docs branch
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: docs ref: docs
- name: Fetch README.md and .pandoc_template.html5 template from the workflow branch - name: Fetch README.md and .pandoc_template.html5 template from the workflow branch
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
sparse-checkout: | sparse-checkout: |
README.md README.md

View file

@ -22,7 +22,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: checkout PR - name: checkout PR
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Get tag and message from the latest CHANGELOG.md commit - name: Get tag and message from the latest CHANGELOG.md commit
id: tag id: tag

View file

@ -31,7 +31,7 @@ jobs:
sudo apt update sudo apt update
sudo apt install -y git sudo apt install -y git
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v4 uses: github/codeql-action/init@v4

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Codespell - name: Codespell
uses: codespell-project/actions-codespell@v2 uses: codespell-project/actions-codespell@v2

View file

@ -25,7 +25,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Check out code - name: Check out code
uses: actions/checkout@v5 uses: actions/checkout@v6
# CHANGELOG.md is generated automatically from PR titles and descriptions # CHANGELOG.md is generated automatically from PR titles and descriptions
# It might have issues but they are not critical # It might have issues but they are not critical

View file

@ -18,7 +18,7 @@ jobs:
commit-checks: commit-checks:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -40,7 +40,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: checkout PR - name: checkout PR
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Set up Python 2.7 - name: Set up Python 2.7
if: ${{ matrix.pyver_os.ver == '2.7' }} if: ${{ matrix.pyver_os.ver == '2.7' }}
@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout PR - name: checkout PR
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Run py26 tests - name: Run py26 tests
uses: linux-system-roles/lsr-gh-action-py26@1.0.2 uses: linux-system-roles/lsr-gh-action-py26@1.0.2

View file

@ -48,7 +48,7 @@ jobs:
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Check if platform is supported - name: Check if platform is supported
id: check_platform id: check_platform

View file

@ -27,7 +27,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Run ShellCheck - name: Run ShellCheck
id: shellcheck_id id: shellcheck_id

View file

@ -26,7 +26,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Check out code - name: Check out code
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Remove badges from README.md prior to converting to HTML - name: Remove badges from README.md prior to converting to HTML
run: sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md run: sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md

View file

@ -36,7 +36,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }} GITHUB_CONTEXT: ${{ toJson(github) }}
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Get head sha of the PR - name: Get head sha of the PR
id: head_sha id: head_sha
@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout PR - name: Checkout PR
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ steps.head_sha.outputs.head_sha }} ref: ${{ steps.head_sha.outputs.head_sha }}

View file

@ -30,7 +30,7 @@ jobs:
sudo apt install -y git sudo apt install -y git
- name: Checkout latest code - name: Checkout latest code
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Create or rebase commit, add dump_packages callback - name: Create or rebase commit, add dump_packages callback

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Run lsr-woke-action - name: Run lsr-woke-action
# Originally, uses: get-woke/woke-action@v0 # Originally, uses: get-woke/woke-action@v0