File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
--env GITHUB_RUN_ID='${{ github.run_id }}' \
55
55
--env GITHUB_TOKEN='${{ github.token }}' \
56
56
--volume "$GITHUB_WORKSPACE":/app \
57
- ghcr.io/godatadriven/dbt-bouncer:v0.0 .0 \
57
+ ghcr.io/godatadriven/dbt-bouncer:v1.5 .0 \
58
58
--config-file /app/${{ inputs.config-file }} \
59
59
--create-pr-comment-file ${{ inputs.send-pr-comment }} \
60
60
${{ steps.assemble-output-file-param.outputs.output-file-param }} ${{ steps.assemble-verbose-param.outputs.verbose-param }}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ packages = [
78
78
]
79
79
readme = " README.md"
80
80
repository = " https://github.com/godatadriven/dbt-bouncer"
81
- version = " 0.0 .0"
81
+ version = " 1.5 .0"
82
82
83
83
[tool .poetry .dependencies ]
84
84
python = " >=3.9,<3.14"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ def version() -> str:
5
5
str: The version of `dbt-bouncer`.
6
6
7
7
"""
8
- return "0.0 .0"
8
+ return "1.5 .0"
You can’t perform that action at this time.
0 commit comments