This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-java.g8.git
commit e00ca43db1871c65168a006a09624851ca080470 Author: PJ Fanning <[email protected]> AuthorDate: Mon Feb 5 17:45:07 2024 +0100 upgrade ci action --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7367468..cbf3380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: java-version: 17 - name: Cache Coursier cache - uses: coursier/[email protected] + uses: coursier/cache-action@v6 - name: sbt test run: sbt test @@ -50,7 +50,7 @@ jobs: java-version: 11 - name: Cache Coursier cache - uses: coursier/[email protected] + uses: coursier/cache-action@v6 - name: sbt & Paradox run: sbt test docs/paradox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
