Skip to content

Commit

Permalink
Update Github actions pipeline
Browse files Browse the repository at this point in the history
Updated gradle action to v3 to prevent nodejs 20 warnings.

Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
  • Loading branch information
SaeedRe authored and diegorondini committed Feb 16, 2024
1 parent dab83fb commit ec18c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-kdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec18c30

Please sign in to comment.