diff --git a/.github/workflows/build-native-lz4.yaml b/.github/workflows/build-native-lz4.yaml index f344965..1bc8224 100644 --- a/.github/workflows/build-native-lz4.yaml +++ b/.github/workflows/build-native-lz4.yaml @@ -51,7 +51,7 @@ jobs: cd .. echo "Updated lz4 submodule to ${{ needs.check_new_release.outputs.latest_tag }}" - name: Setup MSYS2 - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0 + uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 with: msystem: ${{ matrix.msys_env }} update: true @@ -300,7 +300,7 @@ jobs: cd .. echo "Updated lz4 submodule to ${{ needs.check_new_release.outputs.latest_tag }}" - name: Setup Android NDK - uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0 + uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0 id: setup-ndk with: ndk-version: r26d diff --git a/.github/workflows/build-native-openzl.yaml b/.github/workflows/build-native-openzl.yaml index 308400d..0067e12 100644 --- a/.github/workflows/build-native-openzl.yaml +++ b/.github/workflows/build-native-openzl.yaml @@ -51,7 +51,7 @@ jobs: cd .. echo "Updated OpenZL submodule to ${{ needs.check_new_release.outputs.latest_tag }}" - name: Setup MSYS2 - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0 + uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 with: msystem: ${{ matrix.msys_env }} update: true @@ -325,7 +325,7 @@ jobs: cd .. echo "Updated openzl submodule to ${{ needs.check_new_release.outputs.latest_tag }}" - name: Setup Android NDK - uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0 + uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0 id: setup-ndk with: ndk-version: r26d diff --git a/.github/workflows/build-native-zstd.yaml b/.github/workflows/build-native-zstd.yaml index e9c6b7e..867526c 100644 --- a/.github/workflows/build-native-zstd.yaml +++ b/.github/workflows/build-native-zstd.yaml @@ -51,7 +51,7 @@ jobs: cd .. echo "Updated zstd submodule to ${{ needs.check_new_release.outputs.latest_tag }}" - name: Setup MSYS2 - uses: msys2/setup-msys2@4f806de0a5a7294ffabaff804b38a9b435a73bda # v2.30.0 + uses: msys2/setup-msys2@e9898307ac31d1a803454791be09ab9973336e1c # v2.31.1 with: msystem: ${{ matrix.msys_env }} update: true @@ -311,7 +311,7 @@ jobs: cd .. echo "Updated zstd submodule to ${{ needs.check_new_release.outputs.latest_tag }}" - name: Setup Android NDK - uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0 + uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0 id: setup-ndk with: ndk-version: r26d