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-imaging.git
The following commit(s) were added to refs/heads/master by this push:
new 890bd71 GitHub actions/setup-java@v1 -> actions/[email protected].
890bd71 is described below
commit 890bd71d989bdab7ed918c2728c96b716625f967
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jul 26 17:46:48 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 920b6b0..29b0882 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@v1
+ uses: actions/[email protected]
with:
java-version: ${{ matrix.java }}
- name: Build with Maven