You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/09/05 17:27:48 UTC

[cordova-plugin-camera] branch master updated: ci(gh-action): sync with paramedic configs (#851)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git


The following commit(s) were added to refs/heads/master by this push:
     new 64bd32d  ci(gh-action): sync with paramedic configs (#851)
64bd32d is described below

commit 64bd32d6418c5916300ee5c4fc0e0fae1651f524
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Sep 6 02:27:41 2023 +0900

    ci(gh-action): sync with paramedic configs (#851)
---
 .github/workflows/chrome.yml |  6 +++---
 .github/workflows/ios.yml    | 10 +++++++---
 .github/workflows/lint.yml   |  4 ++--
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml
index c44a7d3..72c92ff 100644
--- a/.github/workflows/chrome.yml
+++ b/.github/workflows/chrome.yml
@@ -42,8 +42,8 @@ jobs:
       node-version: 16
 
     steps:
-      - uses: actions/checkout@v2
-      - uses: actions/setup-node@v2
+      - uses: actions/checkout@v3
+      - uses: actions/setup-node@v3
         with:
           node-version: ${{ env.node-version }}
 
@@ -61,7 +61,7 @@ jobs:
           npm ci
 
       - name: Run paramedic install
-        if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
+        if: ${{ endswith(env.repo, '/cordova-paramedic') != true }}
         run: npm i -g github:apache/cordova-paramedic
 
       - name: Run paramedic tests
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index f873246..fc293b7 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -62,12 +62,16 @@ jobs:
             ios-version: 15.x
             xcode-version: 13.x
 
+          - os-version: macos-12
+            ios-version: 16.x
+            xcode-version: 14.x
+
     steps:
-      - uses: actions/checkout@v2
-      - uses: actions/setup-node@v2
+      - uses: actions/checkout@v3
+      - uses: actions/setup-node@v3
         with:
           node-version: ${{ env.node-version }}
-      - uses: maxim-lobanov/setup-xcode@881be567d30efed8fb3f12b5099d68c3fb72aa3d
+      - uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98
         env:
           xcode-version: ${{ matrix.versions.xcode-version == '' && env.default_xcode-version || matrix.versions.xcode-version }}
         with:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 26716d7..0f82eb4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -37,8 +37,8 @@ jobs:
       node-version: 16
 
     steps:
-      - uses: actions/checkout@v2
-      - uses: actions/setup-node@v2
+      - uses: actions/checkout@v3
+      - uses: actions/setup-node@v3
         with:
           node-version: ${{ env.node-version }}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org