diff --git a/.github/workflows/github_action.yml b/.github/workflows/github_action.yml index 127298e..042ac8e 100644 --- a/.github/workflows/github_action.yml +++ b/.github/workflows/github_action.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - release_* pull_request: types: - opened diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index f6fe594..ebb282d 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - release_* pull_request: types: - opened diff --git a/.github/workflows/precommit.yml b/.github/workflows/precommit.yml index 57d36e5..9211afd 100644 --- a/.github/workflows/precommit.yml +++ b/.github/workflows/precommit.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - release_* pull_request: types: - opened diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index ecf0110..f208e95 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - release_* pull_request: types: - opened diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 5027aab..f63ba88 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - release_* pull_request: types: - opened diff --git a/README.md b/README.md index a49ffe7..daca9c7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: AlexanderDokuchaev/md-dead-link-check@v1.0 + - uses: AlexanderDokuchaev/md-dead-link-check@v1.0.1 ``` ### Option 2: Pre-Commit @@ -52,7 +52,7 @@ Adding to your `.pre-commit-config.yaml` to integrate in [pre-commit](https://pr ```yaml - repo: https://github.com/AlexanderDokuchaev/md-dead-link-check - rev: "v1.0" + rev: "v1.0.1" hooks: - id: md-dead-link-check ``` @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: AlexanderDokuchaev/md-dead-link-check@v1.0 + - uses: AlexanderDokuchaev/md-dead-link-check@v1.0.1 ``` ```yaml @@ -92,7 +92,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: AlexanderDokuchaev/md-dead-link-check@v1.0 + - uses: AlexanderDokuchaev/md-dead-link-check@v1.0.1 ``` ### Option 3: Install from pip diff --git a/action.yaml b/action.yaml index 634be26..8c134a5 100644 --- a/action.yaml +++ b/action.yaml @@ -12,7 +12,7 @@ inputs: version: description: 'Version of package' required: false - default: '1.0' + default: '1.0.1' python_version: description: 'Python version' required: false diff --git a/pyproject.toml b/pyproject.toml index d005171..b8c3dea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "md_dead_link_check" description = "This is a lightweight and fast tool to help you keep your Markdown files free of broken links." readme = "README.md" -version = "1.0" +version = "1.0.1" license = {text = "MIT"} requires-python = ">=3.8" dependencies = [