From ec18c30c7f8e45f9739e31ae02e84457ceeff72c Mon Sep 17 00:00:00 2001 From: Saeed Rezaee Date: Tue, 6 Feb 2024 11:31:22 +0100 Subject: [PATCH] Update Github actions pipeline Updated gradle action to v3 to prevent nodejs 20 warnings. Signed-off-by: Saeed Rezaee --- .github/workflows/pipeline-build.yml | 2 +- .github/workflows/pipeline-kdoc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline-build.yml b/.github/workflows/pipeline-build.yml index d4a0b06..766ba5d 100644 --- a/.github/workflows/pipeline-build.yml +++ b/.github/workflows/pipeline-build.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/actions/setup-gradle@v3 #Run only on macOS - name: Setup Docker diff --git a/.github/workflows/pipeline-kdoc.yml b/.github/workflows/pipeline-kdoc.yml index c03daa7..4b458bf 100644 --- a/.github/workflows/pipeline-kdoc.yml +++ b/.github/workflows/pipeline-kdoc.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Generate Html documentation run: ./gradlew dokkaHtml