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

This commit is contained in:
2025-11-21 12:05:23 +00:00
committed by Julien Valverdé
parent b700812ff0
commit 70ed094bf4
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' }}