1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2026-01-09 18:41:49 +00:00

Merge pull request #19 from momo5502/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6
This commit is contained in:
Maurice Heumann
2026-01-01 11:14:02 +01:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
- release - release
steps: steps:
- name: Check out files - name: Check out files
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0