You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/14 20:37:33 UTC

[incubator-pekko-persistence-r2dbc] branch main updated: upgrade github action to try to fix build (#2)

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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-r2dbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 01d57db  upgrade github action to try to fix build (#2)
01d57db is described below

commit 01d57db98b0e9e944b45100abddfcdadfacc49d8
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Nov 14 21:37:29 2022 +0100

    upgrade github action to try to fix build (#2)
    
    * upgrade github action to try to fix build
    
    * Update build-test.yml
    
    * update github repo name
    
    * update github repo name
    
    * Update build-test.yml
---
 .github/workflows/build-test.yml | 16 ++++++++--------
 .github/workflows/publish.yml    |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 454338d..6d71b5a 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -11,7 +11,7 @@ jobs:
   check-code-style:
     name: Checks
     runs-on: ubuntu-18.04
-    if: github.repository == 'akka/akka-persistence-r2dbc'
+    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc'
     steps:
       - name: Checkout
         uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
         with:
           java-version: adopt@1.11.0-9
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
       - name: Code style check and binary-compatibility check
         run: |-
           sbt -jvm-opts .jvmopts-ci scalafmtCheckAll scalafmtSbtCheck headerCheck
@@ -36,7 +36,7 @@ jobs:
   test-postgres:
     name: Run test with Postgres
     runs-on: ubuntu-18.04
-    if: github.repository == 'akka/akka-persistence-r2dbc'
+    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc'
     steps:
       - name: Checkout
         uses: actions/checkout@v2
@@ -55,7 +55,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
 
       - name: Start DB
         run: |-
@@ -70,7 +70,7 @@ jobs:
   test-yugabyte:
     name: Run tests with Yugabyte
     runs-on: ubuntu-18.04
-    if: github.repository == 'akka/akka-persistence-r2dbc'
+    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc'
     steps:
       - name: Checkout
         uses: actions/checkout@v2
@@ -89,7 +89,7 @@ jobs:
           java-version: adopt@1.11.0-9
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
 
       - name: Start DB
         run: |-
@@ -104,7 +104,7 @@ jobs:
   test-docs:
     name: Docs
     runs-on: ubuntu-18.04
-    if: github.repository == 'akka/akka-persistence-r2dbc'
+    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc'
     steps:
       - name: Checkout
         uses: actions/checkout@v2
@@ -120,7 +120,7 @@ jobs:
         with:
           java-version: adopt@1.11.0-9
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v5
+        uses: coursier/cache-action@v6.4.0
       - name: Test Maven Java
         run: |-
           sbt -jvm-opts .jvmopts-ci docs/paradox
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 3da5596..5b548ae 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
   sbt:
     name: sbt publish
     runs-on: ubuntu-18.04
-    if: github.repository == 'akka/akka-persistence-r2dbc'
+    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc'
     steps:
       - name: Checkout
         uses: actions/checkout@v2
@@ -33,7 +33,7 @@ jobs:
   documentation:
     name: Documentation
     runs-on: ubuntu-18.04
-    if: github.repository == 'akka/akka-persistence-r2dbc'
+    if: github.repository == 'apache/incubator-pekko-persistence-r2dbc'
     steps:
       - name: Checkout
         uses: actions/checkout@v2


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