This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-graph.git
The following commit(s) were added to refs/heads/master by this push: new 4ff145f Update setup-java 4ff145f is described below commit 4ff145ff2944c2392097d3409ceb4b67fa5d0f3e Author: Sebb <sebb...@users.noreply.github.com> AuthorDate: Sat Apr 12 00:05:22 2025 +0100 Update setup-java --- .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 2a01ceb..4a982c5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # v3.5.1 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: distribution: 'temurin' java-version: ${{ matrix.java }}