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-dynamodb.git
The following commit(s) were added to refs/heads/main by this push:
new 95f1c30 upgrade ci actions (#100)
95f1c30 is described below
commit 95f1c301a8817b4b86b3a81c6de9b35833988f62
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 6 09:47:24 2024 +0100
upgrade ci actions (#100)
---
.github/workflows/check-build-test.yml | 8 ++++----
.github/workflows/headers.yml | 4 ++--
.github/workflows/publish-nightly.yml | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/check-build-test.yml
b/.github/workflows/check-build-test.yml
index 5acfd21..79c31d5 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -32,13 +32,13 @@ jobs:
git checkout scratch
- name: Setup Java 11
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Compile all code with default compiler
run: sbt "Test/compile"
@@ -70,13 +70,13 @@ jobs:
git checkout scratch
- name: Setup Java ${{ matrix.java-version }}
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java-version }}
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{
matrix.java-version }}
run: sbt "++${{ matrix.scala-version }} test" ${{ matrix.sbt-opts }}
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 036dfb5..f4d657e 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -14,13 +14,13 @@ jobs:
uses: actions/checkout@v4
- name: Setup Java 11
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
- name: Check headers
run: |-
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index 7fcd247..5df92b4 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -38,7 +38,7 @@ jobs:
fetch-tags: true
- name: Setup Java 8
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
@@ -50,4 +50,4 @@ jobs:
run: sbt +publish
- name: Cache Coursier cache
- uses: coursier/[email protected]
+ uses: coursier/cache-action@v6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]