This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push: new 44db24ee7c setup-java v3 -> v4 44db24ee7c is described below commit 44db24ee7c9925ba3268d16816257320521a138c Author: sullis <git...@seansullivan.com> AuthorDate: Tue May 7 11:10:04 2024 -0700 setup-java v3 -> v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e417ba6dc0..7fbc4cc9a1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: "11" distribution: temurin