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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# IMPORTANT: Checkout the PR's head to validate file changes
# This is required for the git commands in security check 5
- name: Checkout PR branch
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 2
echo "Release channel: $CHANNEL"
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0 # Fetch all history for proper comparison
if: github.event.commits[0].distinct == true
steps:
- name: Checkout repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0 # Needed for full git history
permissions:
packages: write
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Download Widevine CDM client files from private repository
shell: bash
env:
base_image_version: ${{ steps.validate.outputs.base_image_version }}
branch: ${{ needs.preflight-checks.outputs.branch }}
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
ref: ${{ needs.preflight-checks.outputs.branch }}
fetch-depth: 0
release_id: ${{ steps.create_release.outputs.id }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
ref: ${{ needs.validate-and-build.outputs.branch }}
fetch-depth: 0
- validate-and-build
- create-release
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
ref: ${{ needs.validate-and-build.outputs.branch }}
esac
- name: Checkout add-on repository
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: music-assistant/home-assistant-addon
token: ${{ secrets.PRIVILEGED_GITHUB_TOKEN }}
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6.0.0
with:
steps:
- name: Check out code from GitHub
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6.0.0
with: