Update actions/checkout action to v6

This commit is contained in:
renovate[bot]
2025-12-15 18:14:09 +00:00
committed by GitHub
parent a91afb948c
commit 4dd0fa6f7f
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set build args
run: |
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV