Skip to content

Commit f5f6e7f

Browse files
Bump the github-actions group across 1 directory with 2 updates (#3249)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 299c868 commit f5f6e7f

6 files changed

+6
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew dokkaGenerate
2727

2828
- name: Deploy 🚀
29-
uses: JamesIves/github-pages-deploy-action@v4.7.2
29+
uses: JamesIves/github-pages-deploy-action@v4.7.3
3030
with:
3131
branch: gh-pages
3232
folder: platform/android/MapLibreAndroid/build/dokka/html

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

+1-1
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@v4.7.2
26+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2727
with:
2828
branch: gh-pages
2929
folder: platform/android/site

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

+1-1
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@v4.7.2
23+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2424
with:
2525
branch: gh-pages
2626
folder: docs/doxygen/html

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

+1-1
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@v4.7.2
70+
uses: JamesIves/github-pages-deploy-action@v4.7.3
7171
with:
7272
branch: gh-pages
7373
folder: build/docs

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: book
4444
path: artifacts/book
4545
- name: Deploy
46-
uses: JamesIves/github-pages-deploy-action@v4.7.2
46+
uses: JamesIves/github-pages-deploy-action@v4.7.3
4747
with:
4848
branch: gh-pages
4949
folder: artifacts/book

.github/workflows/qt-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
arch: ${{ matrix.compiler_type }}
183183

184184
- name: Setup ninja
185-
uses: seanmiddleditch/gha-setup-ninja@v5
185+
uses: seanmiddleditch/gha-setup-ninja@v6
186186

187187
- name: Download Qt
188188
uses: jurplel/install-qt-action@v4

0 commit comments

Comments
 (0)