Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d64f410

Browse files
dependabot[bot]patacca
authored andcommittedFeb 14, 2025·
Bump seanmiddleditch/gha-setup-ninja from 4 to 6 in the actions group
Bumps the actions group with 1 update: [seanmiddleditch/gha-setup-ninja](https://github.com/seanmiddleditch/gha-setup-ninja). Updates `seanmiddleditch/gha-setup-ninja` from 4 to 6 - [Release notes](https://github.com/seanmiddleditch/gha-setup-ninja/releases) - [Commits](seanmiddleditch/gha-setup-ninja@v4...v6) --- updated-dependencies: - dependency-name: seanmiddleditch/gha-setup-ninja dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0330667 commit d64f410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Install Ninja (Linux / MacOS)
6666
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
67-
uses: seanmiddleditch/gha-setup-ninja@v4
67+
uses: seanmiddleditch/gha-setup-ninja@v6
6868

6969
- name: Fetch IDA SDKs (Linux / MacOS)
7070
if: ${{ (matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest') && steps.cache-sdk.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)
Please sign in to comment.