Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-native-lz4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-native-openzl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-native-zstd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading