Skip to content

Commit d29ee28

Browse files
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.1.0` | `6.2.0` | | [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `4.7.4` | `4.8.0` | | [apple-actions/upload-testflight-build](https://github.com/apple-actions/upload-testflight-build) | `3` | `4` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.9` | `4.31.10` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-node` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@395ad32...6044e13) Updates `JamesIves/github-pages-deploy-action` from 4.7.4 to 4.8.0 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@4a3abc7...d92aa23) Updates `apple-actions/upload-testflight-build` from 3 to 4 - [Release notes](https://github.com/apple-actions/upload-testflight-build/releases) - [Commits](Apple-Actions/upload-testflight-build@v3...v4) Updates `github/codeql-action` from 4.31.9 to 4.31.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...cdefb33) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: apple-actions/upload-testflight-build dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4cf4d3 commit d29ee28

19 files changed

Lines changed: 29 additions & 29 deletions

.github/workflows/android-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- uses: ./.github/actions/setup-android-ci
6666

67-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v4
67+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4
6868
with:
6969
node-version-file: ".nvmrc"
7070

.github/workflows/android-device-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
persist-credentials: false
8484

85-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v4
85+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4
8686
with:
8787
node-version-file: '.nvmrc'
8888

.github/workflows/android-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
submodules: recursive
8484

85-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v4
85+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4
8686
with:
8787
node-version-file: ".nvmrc"
8888

@@ -162,7 +162,7 @@ jobs:
162162
distribution: "temurin"
163163
java-version: "17"
164164

165-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v4
165+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4
166166
with:
167167
node-version-file: ".nvmrc"
168168

.github/workflows/gh-pages-android-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: ./gradlew dokkaGenerate
2929

3030
- name: Deploy 🚀
31-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
31+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
3232
with:
3333
branch: gh-pages
3434
folder: platform/android/MapLibreAndroid/build/dokka/html

.github/workflows/gh-pages-android-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: make mkdocs-build
2424

2525
- name: Deploy 🚀
26-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
26+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
2727
with:
2828
branch: gh-pages
2929
folder: platform/android/site

.github/workflows/gh-pages-cpp-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: doxygen
2121

2222
- name: Deploy 🚀
23-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
23+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
2424
with:
2525
branch: gh-pages
2626
folder: docs/doxygen/html

.github/workflows/gh-pages-docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
rm docs.zip
6868
6969
- name: Deploy DocC documentation (main) 🚀
70-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
70+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
7171
with:
7272
branch: gh-pages
7373
folder: build/docs

.github/workflows/gh-pages-mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: artifacts/book
4949

5050
- name: Deploy
51-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
51+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4.8.0
5252
with:
5353
branch: gh-pages
5454
folder: artifacts/book

.github/workflows/ios-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
(github.event_name == 'push' && steps.version-file-ios-changed.outputs.any_changed == 'true')
248248
run: echo make_release=true >> "$GITHUB_ENV"
249249

250-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v4
250+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v4
251251
if: env.make_release
252252
with:
253253
node-version-file: ".nvmrc"

.github/workflows/ios-testapp-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
ios-testapp-release:
66
runs-on: macos-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v6
99

1010
- name: Setup certificate
1111
run: |
@@ -19,7 +19,7 @@ jobs:
1919
run: bazel build //platform/ios/app-swift:MapLibreApp -c opt --ios_multi_cpus=arm64 --//:renderer=metal --action_env=SENTRY_DSN=${{ vars.SENTRY_DSN_IOS }}
2020

2121
- name: 'Upload app to TestFlight'
22-
uses: apple-actions/upload-testflight-build@v3
22+
uses: apple-actions/upload-testflight-build@v4
2323
with:
2424
app-path: 'bazel-bin/platform/ios/app-swift/MapLibreApp.ipa'
2525
issuer-id: ${{ vars.APPSTORE_ISSUER_ID }}

0 commit comments

Comments
 (0)