diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index fe76d135..85cccaa6 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Find and Replace - uses: shitiomatic/str-replace@master + uses: jacobtomlinson/gha-find-replace@master with: find: \]\((/docs/) replace: "](/modules/${{ github.event.repository.name }}/" diff --git a/common.props b/common.props index d06e922f..5f8c33e9 100644 --- a/common.props +++ b/common.props @@ -1,7 +1,7 @@ latest - 1.9.0 + 2.0.0 $(NoWarn);CS1591 true EasyAbp Team