squash: chore(deps): update actions/checkout action to v6

Squashed commit of the following:

* chore(deps): update actions/checkout action to v6

See merge request https://ref.ci/fsrvcorp/pki/ocspcrl/-/merge_requests/13
This commit is contained in:
Renovate Bot
2025-11-21 17:45:20 +00:00
committed by Florian Bauer
parent ea21d7abfb
commit 13d8851481

View File

@@ -14,7 +14,7 @@ jobs:
steps: steps:
- -
name: Checkout name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
- -