From aafc042b88e8987b9485d797436f00b76beb2f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:14:53 +0000 Subject: [PATCH] Bump liquibase/build-logic from 0.5.7 to 0.5.8 Bumps [liquibase/build-logic](https://github.com/liquibase/build-logic) from 0.5.7 to 0.5.8. - [Release notes](https://github.com/liquibase/build-logic/releases) - [Commits](https://github.com/liquibase/build-logic/compare/v0.5.7...v0.5.8) --- updated-dependencies: - dependency-name: liquibase/build-logic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/test.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index a57c7926..b1e9268a 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -7,5 +7,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.8 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 69abbe60..bd2e6930 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,5 +7,5 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.8 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 425d889f..8ede6fcb 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,5 +7,5 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.8 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab0c398b..d76a0fc5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ on: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.8 secrets: inherit with: java: "[11, 17, 18]" @@ -18,7 +18,7 @@ jobs: dependabot-automerge: needs: build-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.7 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.8 secrets: inherit integration-tests: