Update actions/checkout action to v6

This commit was merged in pull request #1.
This commit is contained in:
Renovate Bot
2026-01-18 10:48:52 +00:00
parent bdc2f3123a
commit 3812aa59b8

View File

@@ -28,7 +28,7 @@ runs:
using: composite
steps:
- name: Checkout repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: '0'
- name: Checking if ran on the dev branch