GHA: update actions/checkout action to v5

Closes https://github.com/curl/curl/issues/18250
This commit is contained in:
renovate[bot] 2025-08-11 22:39:24 +00:00 committed by Viktor Szakats
parent d06b49d8b2
commit c0e63bab6f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
12 changed files with 40 additions and 40 deletions

View file

@ -137,7 +137,7 @@ jobs:
cmake --build .
cmake --install . --verbose
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
@ -369,7 +369,7 @@ jobs:
echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'
echo '::group::brew packages installed'; ls -l /opt/homebrew/opt; echo '::endgroup::'
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false
@ -604,7 +604,7 @@ jobs:
echo '::group::macros predefined'; "${CC}" -dM -E - < /dev/null | sort || true; echo '::endgroup::'
echo '::group::brew packages preinstalled'; ls -l "$(brew --prefix)/opt"; echo '::endgroup::'
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
persist-credentials: false