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>
master
dependabot[bot] 2025-12-01 12:50:00 +00:00 committed by GitHub
parent 8dc7ab1171
commit fc0d8c0546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 14 additions and 14 deletions

View File

@ -85,7 +85,7 @@ jobs:
variants: ${{ matrix.configuration }}
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
@ -94,14 +94,14 @@ jobs:
with:
python-version: "3.11"
- name: Checkout build variables
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: secondlife/build-variables
ref: master
path: .build-variables
- name: Checkout master-message-template
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: secondlife/master-message-template
path: .master-message-template

View File

@ -56,7 +56,7 @@ jobs:
echo "/usr/local/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Use apt-based Python when inside the Ubuntu 22.04 container
- name: Install Python 3.11 (container case)
if: matrix.container_image == 'ubuntu:22.04'
@ -183,12 +183,12 @@ jobs:
shell: bash
- name: Get the code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Checkout build vars (after the main code)
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: FirestormViewer/fs-build-variables
path: build-variables
@ -519,7 +519,7 @@ jobs:
if: always()
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
fsutils/download_list.py

View File

@ -58,7 +58,7 @@ jobs:
echo "/usr/local/bin" >> $GITHUB_PATH
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Use apt-based Python when inside the Ubuntu 22.04 container
- name: Install Python 3.11 (container case)
if: matrix.container_image == 'ubuntu:22.04'
@ -185,12 +185,12 @@ jobs:
shell: bash
- name: Get the code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Checkout build vars (after the main code)
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: FirestormViewer/fs-build-variables
path: build-variables
@ -521,7 +521,7 @@ jobs:
if: always()
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
fsutils/download_list.py

View File

@ -31,7 +31,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
sparse-checkout: |
fsutils/download_list.py

View File

@ -11,7 +11,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x

View File

@ -50,7 +50,7 @@ jobs:
steps:
# Checkout the Repository
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0 # Necessary to fetch all history for tagging