diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 201b777c..1ea971ee 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -28,7 +28,7 @@ jobs: source: ./doc destination: ./_site - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./_site/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c7cece8..2712ad4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Fail if not running on main branch if: ${{ github.ref != 'refs/heads/main' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | core.setFailed('Not running on main branch, github.ref is ${{ github.ref }}. Please start this workflow only on main') diff --git a/parent/pom.xml b/parent/pom.xml index e4824b78..587a8037 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -227,7 +227,7 @@ nl.jqno.equalsverifier equalsverifier - 4.4.1 + 4.5 test @@ -245,7 +245,7 @@ org.itsallcode simple-process - 0.3.1 + 0.3.2 test @@ -255,7 +255,7 @@ io.github.git-commit-id git-commit-id-maven-plugin - 9.1.0 + 10.0.0 get-the-git-infos