diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index fa21083..dc4fe13 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -47,7 +47,7 @@ jobs: name: Verify PR title / description conforms to semantic-release runs-on: ubuntu-latest steps: - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: "20" # These rules are disabled because Github will always ensure there @@ -70,7 +70,7 @@ jobs: ${{ github.event.pull_request.body }} - if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const message = `**ACTION NEEDED** diff --git a/pom.xml b/pom.xml index d78486c..5547152 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.15.0 ${maven.compiler.source} ${maven.compiler.target} @@ -242,7 +242,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.0 + 3.6.2 package @@ -289,7 +289,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.5.0 @@ -304,7 +304,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.4.0 attach-sources @@ -329,7 +329,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.14