[llvm] workflows/release-binaries: Always pull composite actions from main branch (PR #100805)
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 26 12:57:39 PDT 2024
================
@@ -148,6 +148,20 @@ jobs:
if: github.repository == 'llvm/llvm-project'
runs-on: ${{ inputs.runs-on }}
steps:
+
+ - name: Checkout Actions
+ uses: actions/checkout at v4
----------------
boomanaiden154 wrote:
Probably should be hash pinned to the same version as below.
https://github.com/llvm/llvm-project/pull/100805
More information about the llvm-commits
mailing list