diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index ca8d3a9c..4dd16392 100644 --- a/.github/workflows/npm_release.yml +++ b/.github/workflows/npm_release.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: LLVM cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }} @@ -95,7 +95,7 @@ jobs: xcode-version: ${{env.XCODE_VERSION}} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: LLVM cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a8c85169..a1d48b35 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -17,7 +17,7 @@ jobs: with: fetch-depth: 0 - name: LLVM cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }} @@ -71,7 +71,7 @@ jobs: xcode-version: ${{env.XCODE_VERSION}} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: LLVM cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }}