diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 970933f..4e9274e 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -41,7 +41,7 @@ jobs: distribution: 'adopt' cache: 'maven' - name: Install NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Install Semantic release and maven-semantic-release plugin