Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Feb 20, 2024
1 parent b901271 commit 396a62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inputs:

runs:
using: "docker"
image: "docker://nvuillam/github-dependents-info:v1.5.1"
image: "docker://nvuillam/github-dependents-info:v1.6.1"
args:
- --repo
- ${{ inputs.repo }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "github-dependents-info"
version = "1.6.0"
version = "1.6.1"
description = "Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badges."
readme = "README.md"
authors = ["nvuillam <[email protected]>"]
Expand Down

0 comments on commit 396a62b

Please sign in to comment.