Skip to content

Commit d60857e

Browse files
Bump the github-actions group across 1 directory with 2 updates (#3093)
1 parent 2771d4a commit d60857e

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: book
4242
path: artifacts/book
4343
- name: Deploy
44-
uses: JamesIves/github-pages-deploy-action@v4.6.9
44+
uses: JamesIves/github-pages-deploy-action@v4.7.2
4545
with:
4646
branch: gh-pages
4747
folder: artifacts/book

.github/workflows/ios-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
202202
- name: Deploy DocC documentation (main) 🚀
203203
if: github.ref == 'refs/heads/main'
204-
uses: JamesIves/github-pages-deploy-action@v4.6.9
204+
uses: JamesIves/github-pages-deploy-action@v4.7.2
205205
continue-on-error: true
206206
with:
207207
branch: gh-pages

.github/workflows/windows-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
8888
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
8989
90-
- uses: mozilla-actions/sccache-action@v0.0.6
90+
- uses: mozilla-actions/sccache-action@v0.0.7
9191

9292
- name: Initialize sccache
9393
run: |

0 commit comments

Comments
 (0)