Update actions/checkout action to v5 #none major
Some checks failed
Actionlint / build (push) Failing after 4s

This commit is contained in:
2025-08-11 13:07:53 +00:00
parent e5a635c741
commit e08e3e977b
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ runs:
steps:
- run: echo "::group::Checkout repository"
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: '0'
- run: echo "::endgroup::"