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 using: composite
steps: steps:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
fetch-depth: '0' fetch-depth: '0'
- name: Checking if ran on the dev branch - name: Checking if ran on the dev branch