From 586826d59ffd1d617db1549f7706a08a34a9c7e0 Mon Sep 17 00:00:00 2001 From: Alexander Dokuchaev Date: Mon, 6 Jan 2025 03:52:26 +0200 Subject: [PATCH] release 1.0.1 --- README.md | 8 ++++---- action.yaml | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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 = [