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 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 +