diff --git a/.github/workflows/npm_release.yml b/.github/workflows/npm_release.yml index 999bebc8..8c4467ce 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@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }} @@ -95,7 +95,7 @@ jobs: xcode-version: ${{env.XCODE_VERSION}} - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: LLVM cache - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bc42372d..18768560 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@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }} @@ -71,7 +71,7 @@ jobs: xcode-version: ${{env.XCODE_VERSION}} - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - name: LLVM cache - uses: actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3.4.3 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ./llvm key: ${{ hashFiles('download_llvm.sh') }}