Update actions/checkout action to v6
Some checks failed
Build / build (pull_request) Failing after 19s
Lint / lint (push) Failing after 6s

This commit is contained in:
2025-11-21 12:05:23 +00:00
parent a5c3d4c3ba
commit 7376045601
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Login to Container Registry
if: ${{ gitea.event_name != 'pull_request' }}