From 0acc0b3e64151f6f298fa10bdaa2b1d407e7960d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:23:38 -0300 Subject: [PATCH] chore(deps): bump liquibase/build-logic from 0.5.5 to 0.5.6 (#615) Bumps [liquibase/build-logic](https://github.com/liquibase/build-logic) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/liquibase/build-logic/releases) - [Commits](https://github.com/liquibase/build-logic/compare/v0.5.5...v0.5.6) --- updated-dependencies: - dependency-name: liquibase/build-logic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 5aebea26..ac4c6e6c 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -8,5 +8,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.5 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.6 secrets: inherit diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index c5db14d8..8dc0d060 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -12,5 +12,5 @@ permissions: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.5 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.6 secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39ed1988..e97f8060 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ permissions: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.5 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.6 secrets: inherit with: java: '[17, 18]' @@ -60,5 +60,5 @@ jobs: dependabot: needs: hibernate-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.5 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.6 secrets: inherit