This is an automated email from the ASF dual-hosted git repository.
dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 7ede6ee55f chore(workflow): update [email protected]
(#1457)
7ede6ee55f is described below
commit 7ede6ee55f93c979a528de2aa492057371b1f52a
Author: エリス <[email protected]>
AuthorDate: Wed Jan 28 02:28:58 2026 +0900
chore(workflow): update [email protected] (#1457)
---
.github/workflows/deploy-prod.yml | 4 ++--
.github/workflows/deploy-stage.yml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/deploy-prod.yml
b/.github/workflows/deploy-prod.yml
index ec34fc7070..bf98e2e460 100644
--- a/.github/workflows/deploy-prod.yml
+++ b/.github/workflows/deploy-prod.yml
@@ -47,9 +47,9 @@ jobs:
- name: Run build
run: npm run build:prod
- # v4.7.4
+ # v4.8.0
- name: Run deploy
- uses:
JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23
+ uses:
JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f
with:
branch: asf-site
folder: build-prod
diff --git a/.github/workflows/deploy-stage.yml
b/.github/workflows/deploy-stage.yml
index ac13ea979a..65199468f8 100644
--- a/.github/workflows/deploy-stage.yml
+++ b/.github/workflows/deploy-stage.yml
@@ -52,9 +52,9 @@ jobs:
- name: Run build
run: npm run build:prod
- # v4.7.4
+ # v4.8.0
- name: Run deploy
- uses:
JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23
+ uses:
JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f
with:
branch: asf-staging
folder: build-prod
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]