diff --git a/README.md b/README.md index 999ad1e..8539f15 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ jobs: java-version: 11 - name: Extract GAV id: extract - uses: andreacomo/maven-gav-extractor-github-action@v1 + uses: actions/maven-gav-extractor@v1 - name: Log GAV run: | echo ${{ steps.extract.outputs.group-id }} echo ${{ steps.extract.outputs.artifact-id }} echo ${{ steps.extract.outputs.version }} shell: bash -``` \ No newline at end of file +```