Skip to content

Commit afc5de5

Browse files
chore(deps): bump nttld/setup-ndk from 1.5.0 to 1.6.0 (#3828)
Bumps [nttld/setup-ndk](https://github.com/nttld/setup-ndk) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/nttld/setup-ndk/releases) - [Commits](nttld/setup-ndk@v1.5...ed92fe6) --- updated-dependencies: - dependency-name: nttld/setup-ndk dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Candillon <wcandillon@gmail.com>
1 parent fe7027e commit afc5de5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-skia-graphite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Setup Android NDK
141141
id: setup-ndk
142142
if: startsWith(matrix.target, 'android')
143-
uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
143+
uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0
144144
with:
145145
ndk-version: r27d
146146

.github/workflows/build-skia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Setup Android NDK
111111
id: setup-ndk
112112
if: startsWith(matrix.target, 'android')
113-
uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
113+
uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0
114114
with:
115115
ndk-version: r27c
116116

.github/workflows/ci-graphite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
java-version: '17'
6060

6161
- name: Install NDK
62-
uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
62+
uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0
6363
id: setup-ndk
6464
with:
6565
ndk-version: r27d

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
java-version: '17'
176176

177177
- name: Install NDK
178-
uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0
178+
uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0
179179
id: setup-ndk
180180
with:
181181
ndk-version: r27d

0 commit comments

Comments
 (0)