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 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