diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 36e8e9b6de0..84fff7c8b58 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -154,7 +154,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: cpp-${{ matrix.image }} @@ -285,7 +285,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-ccache-macos-${{ matrix.macos-version }} @@ -389,7 +389,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ccache key: cpp-ccache-${{ matrix.msystem_lower}} diff --git a/.github/workflows/cpp_extra.yml b/.github/workflows/cpp_extra.yml index f0fd53bc1a8..f8eb37642bc 100644 --- a/.github/workflows/cpp_extra.yml +++ b/.github/workflows/cpp_extra.yml @@ -170,7 +170,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: cpp-extra-${{ matrix.image }} @@ -252,7 +252,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: jni-${{ matrix.platform.runs-on }} @@ -353,7 +353,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ccache key: jni-macos @@ -477,7 +477,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: jni-windows @@ -527,7 +527,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: ubuntu-cpp-odbc @@ -624,7 +624,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-odbc-ccache-macos-${{ matrix.macos-version }}-${{ matrix.build-type }} diff --git a/.github/workflows/cpp_windows.yml b/.github/workflows/cpp_windows.yml index 3e3cb44aa76..9d5a9950c0e 100644 --- a/.github/workflows/cpp_windows.yml +++ b/.github/workflows/cpp_windows.yml @@ -125,7 +125,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: cpp-ccache-windows-${{ inputs.arch }} diff --git a/.github/workflows/package_linux.yml b/.github/workflows/package_linux.yml index a70ae858615..41a506581c2 100644 --- a/.github/workflows/package_linux.yml +++ b/.github/workflows/package_linux.yml @@ -254,7 +254,7 @@ jobs: if: >- !cancelled() continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ env.BUILD_DIR }}/${{ env.TARGET }} key: package-linux-${{ matrix.id }} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index acad4c2dd8c..ce8031e97ff 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -127,7 +127,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: python-${{ matrix.name }} @@ -243,7 +243,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: python-ccache-macos-${{ matrix.macos-version }} @@ -305,7 +305,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ env.CCACHE_DIR }} key: python-ccache-windows diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 639315c0c9b..d93a36d2ca7 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -115,7 +115,7 @@ jobs: - name: Save Docker Volumes if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: .docker key: ruby-ubuntu-${{ matrix.ubuntu }} @@ -205,7 +205,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ steps.ccache-info.outputs.cache-dir }} key: ruby-ccache-macos @@ -302,7 +302,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ env.CCACHE_DIR }} key: ruby-ccache-ucrt${{ matrix.mingw-n-bits }} @@ -467,7 +467,7 @@ jobs: - name: Save ccache if: ${{ !cancelled() }} continue-on-error: true - uses: apache/infrastructure-actions/stash/save@69afc125e535c4c41e7f1b7470f583087e0f344b + uses: apache/infrastructure-actions/stash/save@984c2f4d3f941ae6a224ba81be9c7f0176a3c3b7 with: path: ${{ env.CCACHE_DIR }} key: ruby-ccache-msvc