diff --git a/.github/workflows/linux-x64-gpu-clang.yml b/.github/workflows/linux-x64-gpu-clang.yml index 8ab7e6ae961..0d0ba34f28e 100644 --- a/.github/workflows/linux-x64-gpu-clang.yml +++ b/.github/workflows/linux-x64-gpu-clang.yml @@ -46,14 +46,14 @@ jobs: uses: actions/cache@v4 with: path: swiftshader-install - key: swiftshader-linux-install-20230420 + key: swiftshader-linux-install-20240622 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v4 with: repository: google/swiftshader path: swiftshader - ref: dd55e592406dc0bae219df11adec6363840aff4a + ref: de870ac7518fe2b6bb651ecc22fc36647cf7b986 - name: checkout-swiftshader-submodules if: steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/linux-x64-gpu-gcc.yml b/.github/workflows/linux-x64-gpu-gcc.yml index 55eb9ff87f2..27052a9e470 100644 --- a/.github/workflows/linux-x64-gpu-gcc.yml +++ b/.github/workflows/linux-x64-gpu-gcc.yml @@ -46,14 +46,14 @@ jobs: uses: actions/cache@v4 with: path: swiftshader-install - key: swiftshader-linux-install-20230420 + key: swiftshader-linux-install-20240622 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v4 with: repository: google/swiftshader path: swiftshader - ref: dd55e592406dc0bae219df11adec6363840aff4a + ref: de870ac7518fe2b6bb651ecc22fc36647cf7b986 - name: checkout-swiftshader-submodules if: steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e4df7880ac5..160fe0fafaf 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -137,14 +137,14 @@ jobs: uses: actions/cache@v4 with: path: swiftshader-install - key: swiftshader-macos-install-20230420 + key: swiftshader-macos-install-20240622 - name: checkout-swiftshader if: steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v4 with: repository: google/swiftshader path: swiftshader - ref: dd55e592406dc0bae219df11adec6363840aff4a + ref: de870ac7518fe2b6bb651ecc22fc36647cf7b986 - name: checkout-swiftshader-submodules if: steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e8c5ee3847a..ff73510d203 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -56,14 +56,14 @@ jobs: uses: actions/cache@v4 with: path: swiftshader-install - key: swiftshader-linux-install-20230420 + key: swiftshader-linux-install-20240622 - name: checkout-swiftshader if: matrix.os == 'ubuntu-latest' && steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v4 with: repository: google/swiftshader path: swiftshader - ref: dd55e592406dc0bae219df11adec6363840aff4a + ref: de870ac7518fe2b6bb651ecc22fc36647cf7b986 - name: checkout-swiftshader-submodules if: matrix.os == 'ubuntu-latest' && steps.cache-swiftshader.outputs.cache-hit != 'true' run: | diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b171e1c8c8c..ac426bf8cdc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -84,14 +84,14 @@ jobs: uses: actions/cache@v4 with: path: swiftshader-install - key: swiftshader-${{ matrix.vs-version }}-x64-install-20230420 + key: swiftshader-${{ matrix.vs-version }}-x64-install-20240622 - name: checkout-swiftshader if: matrix.vs-version != 'vs2015' && steps.cache-swiftshader.outputs.cache-hit != 'true' uses: actions/checkout@v4 with: repository: google/swiftshader path: swiftshader - ref: dd55e592406dc0bae219df11adec6363840aff4a + ref: de870ac7518fe2b6bb651ecc22fc36647cf7b986 - name: checkout-swiftshader-submodules if: matrix.vs-version != 'vs2015' && steps.cache-swiftshader.outputs.cache-hit != 'true' run: |