This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new e8630dc9 Bump apache/maven-gh-actions-shared from 3 to 4
e8630dc9 is described below
commit e8630dc91637860d1ca690b2c64c2c18e240eae7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 4 05:42:36 2024 +0000
Bump apache/maven-gh-actions-shared from 3 to 4
Bumps
[apache/maven-gh-actions-shared](https://github.com/apache/maven-gh-actions-shared)
from 3 to 4.
-
[Commits](https://github.com/apache/maven-gh-actions-shared/compare/v3...v4)
---
updated-dependencies:
- dependency-name: apache/maven-gh-actions-shared
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/maven-verify.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 97043358..07af46ec 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -24,6 +24,6 @@ on:
jobs:
build:
name: Verify
- uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
+ uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
with:
jdk-matrix: '[ "8", "11", "17", "20" ]'