Skip to content

Commit

Permalink
Merge pull request #759 from liquibase/dependabot/github_actions/liqu…
Browse files Browse the repository at this point in the history
…ibase/build-logic-0.6.6

chore(deps): bump liquibase/build-logic from 0.6.5 to 0.6.6
  • Loading branch information
vitaliimak authored Mar 22, 2024
2 parents c27ad95 + b77b672 commit 1aba2b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ on:
jobs:

attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/[email protected].5
uses: liquibase/build-logic/.github/workflows/[email protected].6
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
create-release:
needs: [ setup, build ]
uses: liquibase/build-logic/.github/workflows/[email protected].5
uses: liquibase/build-logic/.github/workflows/[email protected].6
secrets: inherit

bump-pom-to-snapshot:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ on:

jobs:
release:
uses: liquibase/build-logic/.github/workflows/[email protected].5
uses: liquibase/build-logic/.github/workflows/[email protected].6
secrets: inherit

0 comments on commit 1aba2b0

Please sign in to comment.