File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Publish PyPi package
116116 if : github.ref == 'refs/heads/main' && env.VERSION_CHANGE == 'true'
117- uses : pypa/gh-action-pypi-publish@release/v1.5
117+ uses : pypa/gh-action-pypi-publish@release/v1.12.3
118118 with :
119119 password : ${{ secrets.PYPI_API_TOKEN }}
120120
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " baddns"
3- version = " 1.5 .0"
3+ version = " 1.6 .0"
44description = " Check subdomains for subdomain takeovers and other DNS tomfoolery"
55authors = [
" liquidsec <[email protected] >" ]
66repository = " https://github.com/blacklanternsecurity/baddns"
@@ -56,4 +56,4 @@ build-backend = "poetry_dynamic_versioning.backend"
5656[tool .poetry-dynamic-versioning ]
5757enable = true
5858metadata = true
59- format = ' 1.5 .{distance}'
59+ format = ' 1.6 .{distance}'
You can’t perform that action at this time.
0 commit comments