From 3e6f7c16e6cd99acd16697351ec071e26af435ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 00:52:32 +0000 Subject: [PATCH] ci(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [android-actions/setup-android](https://github.com/android-actions/setup-android) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `android-actions/setup-android` from 3.2.2 to 4.0.1 - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407...40fd30fb8d7440372e1316f5d1809ec01dcd3699) Updates `softprops/action-gh-release` from 2.6.2 to 3.0.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/3bb12739c298aeb8a4eeaf626c5b8d85266b0e65...b4309332981a82ec1c5618f44dd2e27cc8bfbfda) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/zig-nightly.yml | 2 +- .github/workflows/zig-release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/zig-nightly.yml b/.github/workflows/zig-nightly.yml index 9f03b23..618bd77 100644 --- a/.github/workflows/zig-nightly.yml +++ b/.github/workflows/zig-nightly.yml @@ -208,7 +208,7 @@ jobs: - name: Set up Android SDK if: startsWith(matrix.target, 'android-') - uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3 + uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 with: packages: '' diff --git a/.github/workflows/zig-release.yml b/.github/workflows/zig-release.yml index b2d9003..f9e5839 100644 --- a/.github/workflows/zig-release.yml +++ b/.github/workflows/zig-release.yml @@ -153,7 +153,7 @@ jobs: - name: Set up Android SDK if: startsWith(matrix.target, 'android-') - uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3 + uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # v4.0.1 with: packages: '' @@ -282,14 +282,14 @@ jobs: - name: Create GitHub release if: steps.release_exists.outputs.value != 'true' - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: release-output/* generate_release_notes: ${{ inputs.generate_release_notes }} - name: Update existing release assets if: steps.release_exists.outputs.value == 'true' - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 with: files: release-output/*