Update actions/checkout action to v6 #1

Merged
Skydust merged 1 commits from renovate/actions-checkout-6.x into main 2026-01-18 10:57:01 +00:00
Showing only changes of commit 3812aa59b8 - Show all commits

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