From 8face6df71f8ef733db4ffb06807f342250f46e0 Mon Sep 17 00:00:00 2001 From: Manuel Aguirre <54293113+manuelaguir@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:25:43 -0600 Subject: [PATCH 1/2] Update dbchangelog.xml Added logicalFilePath --- liquibase/dbchangelog.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/liquibase/dbchangelog.xml b/liquibase/dbchangelog.xml index 25939472..1a220cab 100644 --- a/liquibase/dbchangelog.xml +++ b/liquibase/dbchangelog.xml @@ -3,8 +3,9 @@ xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog - http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"> - + http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd" + logicalFilePath="/liquibase/dbchangelog.xml"> + @@ -112,4 +113,4 @@ - \ No newline at end of file + From f1e896b430cb87dd71ac164b3df0f3d1438631e9 Mon Sep 17 00:00:00 2001 From: Manuel Aguirre <54293113+manuelaguir@users.noreply.github.com> Date: Wed, 9 Jul 2025 13:56:55 -0600 Subject: [PATCH 2/2] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c870f53..71320450 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: go-version: ${{ matrix.go }} - name: Cache Build Dependencies # Speeds up subsquent builds - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: go-${{ hashFiles('**/go.sum') }} @@ -45,4 +45,4 @@ jobs: steps: - uses: shogo82148/actions-goveralls@v1 with: - parallel-finished: true \ No newline at end of file + parallel-finished: true