Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH6Gn-0004S5-9p for pgsql-jdbc@arkaria.postgresql.org; Sun, 15 Jan 2023 16:54:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pH6Gm-0006Lw-2x for pgsql-jdbc@arkaria.postgresql.org; Sun, 15 Jan 2023 16:54:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH6Gl-0006Ll-Qr for pgsql-jdbc@lists.postgresql.org; Sun, 15 Jan 2023 16:54:07 +0000 Received: from out-25.smtp.github.com ([192.30.252.208] helo=smtp.github.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH6Gf-0003ru-DN for pgsql-jdbc@lists.postgresql.org; Sun, 15 Jan 2023 16:54:06 +0000 Received: from github.com (hubbernetes-node-ecf0e53.ash1-iad.github.net [10.56.130.47]) by smtp.github.com (Postfix) with ESMTPA id 67AF6840156 for ; Sun, 15 Jan 2023 08:53:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1673801639; bh=yvFuzn36CrKY1c1Ol/CWALlOqzAqVk8sxC4VNNUbDSE=; h=Date:From:To:Subject:From; b=J58QtZuLirPhyNG4dSQBaQnYVC/Vvl5VmOxfTB8KUxNqTKsU02H811YFWVhOJ5afy FiHcVBH5hHB8bWkzLFMJnFaKkbMHCzopQBkDZ4NvU8ORrvZqvnld6jXcAjXAgTdGQ6 TYNwrHIzLEZpkA3VRDKfsD0w5pZzOfxtNNX3o76I= Date: Sun, 15 Jan 2023 08:53:59 -0800 From: Vladimir Sitnikov To: pgsql-jdbc@lists.postgresql.org Message-ID: Subject: [pgjdbc/pgjdbc] 69f100: Bump GitHub action versions, replace deprecated se... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Approved: 58GruLoMopuc X-GitHub-Recipient-Address: pgsql-jdbc@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgjdbc/pgjdbc Commit: 69f1007006a70e3367f49efb5611257a2cc5396d https://github.com/pgjdbc/pgjdbc/commit/69f1007006a70e3367f49efb5611257a2cc5396d Author: Vladimir Sitnikov Date: 2023-01-14 (Sat, 14 Jan 2023) Changed paths: M .github/workflows/buildcache.yml M .github/workflows/debezium.yml M .github/workflows/main.yml M .github/workflows/matrix.js M .github/workflows/nightlysnapshot.yml M .github/workflows/omni.yml Log Message: ----------- Bump GitHub action versions, replace deprecated set-output usage See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ See https://github.com/actions/toolkit/blob/6c1f9eaae833355a0b212b66c5f2e3ac366de185/packages/core/src/core.ts#L192 Commit: 2d48f4fb84f618ef7e506ebb6227d5be0afdbcbc https://github.com/pgjdbc/pgjdbc/commit/2d48f4fb84f618ef7e506ebb6227d5be0afdbcbc Author: Vladimir Sitnikov Date: 2023-01-14 (Sat, 14 Jan 2023) Changed paths: M .github/workflows/main.yml M .github/workflows/matrix.js M .github/workflows/omni.yml Log Message: ----------- chore: skip javadoc when running with Java 11 in CI to suppress known failure See https://bugs.openjdk.org/browse/JDK-8222091 Compare: https://github.com/pgjdbc/pgjdbc/compare/104d2e79f929...2d48f4fb84f6