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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new df296ab2 Oops [skip ci] df296ab2 is described below commit df296ab2b8b68810e1e9a774b4da7c12ee83e1f1 Author: Sebb <s...@apache.org> AuthorDate: Tue Oct 31 23:47:46 2023 +0000 Oops [skip ci] --- .github/workflows/maven_adhoc.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maven_adhoc.yml b/.github/workflows/maven_adhoc.yml index e2c118cb..d7aa4887 100644 --- a/.github/workflows/maven_adhoc.yml +++ b/.github/workflows/maven_adhoc.yml @@ -48,14 +48,14 @@ jobs: fail-fast: false steps: - # - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - # with: - # persist-credentials: false - # - name: Set up JDK ${{ matrix.java }} - # uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 - # with: - # distribution: 'temurin' - # java-version: ${{ matrix.java }} + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + persist-credentials: false + - name: Set up JDK ${{ matrix.java }} + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 + with: + distribution: 'temurin' + java-version: ${{ matrix.java }} - name: OpenSSL version run: openssl version -a # - name: OpenSSL engine (macos)