From 7599c56c8fe4fa1274e95ba08bd01a350d042285 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:55:07 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/upload-pages-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v4...v5) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [nl.jqno.equalsverifier:equalsverifier](https://github.com/jqno/equalsverifier), [org.itsallcode:simple-process](https://github.com/itsallcode/simple-process) and [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin). Updates `nl.jqno.equalsverifier:equalsverifier` from 4.4.1 to 4.5 - [Release notes](https://github.com/jqno/equalsverifier/releases) - [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md) - [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-4.4.1...equalsverifier-4.5) Updates `org.itsallcode:simple-process` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/itsallcode/simple-process/releases) - [Changelog](https://github.com/itsallcode/simple-process/blob/main/CHANGELOG.md) - [Commits](https://github.com/itsallcode/simple-process/compare/0.3.1...0.3.2) Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.1.0 to 10.0.0 - [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases) - [Commits](https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.1.0...v10.0.0) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: nl.jqno.equalsverifier:equalsverifier dependency-version: '4.5' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.itsallcode:simple-process dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- .github/workflows/release.yml | 2 +- parent/pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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