[llvm] [Github] Use sparse checkout in release asset audit (PR #148646)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 07:40:07 PDT 2025
================
@@ -22,7 +22,12 @@ jobs:
runs-on: ubuntu-24.04
if: github.repository == 'llvm/llvm-project'
steps:
- - uses: actions/checkout at a5ac7e51b41094c92402da3b24376905380afc29 #v4.1.6
+ - name: Checkout LLVM
+ uses: actions/checkout at 11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
----------------
boomanaiden154 wrote:
They should be reasonably consistent. `4.2.2` is the latest version of `actions/checkout` and has been around since late 2024.
We don't have any hard rule about keeping them consistent though. I suspect once we actually start upgrading actions we'll do it all at once though.
https://github.com/llvm/llvm-project/pull/148646
More information about the llvm-commits
mailing list