From 4d7ce5a233432e44d4badb88a4c1a76c07d438e7 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sat, 8 Jun 2024 18:50:41 +0900 Subject: [PATCH] Update depup.yml --- .github/workflows/depup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml index 4c75807..9f3963d 100644 --- a/.github/workflows/depup.yml +++ b/.github/workflows/depup.yml @@ -25,7 +25,7 @@ jobs: title: "chore(deps): update markdownlint-cli to ${{ steps.depup.outputs.latest }}" commit-message: "chore(deps): update markdownlint-cli to ${{ steps.depup.outputs.latest }}" body: | - Update markdownlint-cli to [v${{ steps.depup.outputs.latest }}](https://github.com/DavidAnson/reviewdog/markdownlint-cli/tag/v${{ steps.depup.outputs.latest }}) + Update markdownlint-cli to [v${{ steps.depup.outputs.latest }}](https://github.com/DavidAnson/markdownlint-cli/tag/v${{ steps.depup.outputs.latest }}) Compare [v${{ steps.depup.outputs.current }}...v${{ steps.depup.outputs.latest }}](https://github.com/DavidAnson/markdownlint-cli/compare/v${{ steps.depup.outputs.current }}...v${{ steps.depup.outputs.latest }}) This PR is auto generated by [depup workflow](https://github.com/${{ github.repository }}/actions?query=workflow%3Adepup).