From 493316dceaaadb57a2f513414a287dee24c012a1 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Tue, 12 Dec 2023 12:23:49 +0100 Subject: [PATCH] chore(workflows): update liquibase/build-logic workflows to v0.5.8 (#206) The liquibase/build-logic workflows have been updated to version v0.5.8. This update includes bug fixes and improvements to the workflows. By updating to the latest version, we ensure that we are using the most stable and up-to-date version of the workflows. --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/build-nightly.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/test.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index fba464a..7c8fafc 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -7,6 +7,6 @@ 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 diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 97305e1..a621750 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -8,7 +8,7 @@ on: jobs: nightly-build: - 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 with: nightly: true extraMavenArgs: -Dtest="RedshiftDatabaseTest" diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index fb1b9b6..f0a2a09 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,6 +7,6 @@ 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 diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 881b512..3f79976 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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51d68ff..33d5661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,12 +10,12 @@ 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: extraMavenArgs: -Dtest="RedshiftDatabaseTest" 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 \ No newline at end of file