This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 76bfbd8 GitHub actions/setup-java@v1 -> actions/[email protected].
76bfbd8 is described below
commit 76bfbd889f3a0b3fe7988cd01d9427871f984c7e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 17:53:41 2020 -0400
GitHub actions/setup-java@v1 -> actions/[email protected].
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1a9dbf7..2a82948 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v1
+ uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
- name: Build with Maven