From b2d40bb602072f11e347fee9afe736f79c33fa98 Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Sun, 29 Oct 2023 10:04:52 -0500 Subject: [PATCH] No User Facing Changes (#2365) --- .github/workflows/develop-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-workflow.yml b/.github/workflows/develop-workflow.yml index 17d4e01f6..b861adf36 100644 --- a/.github/workflows/develop-workflow.yml +++ b/.github/workflows/develop-workflow.yml @@ -49,7 +49,7 @@ jobs: dotnet-version: 7.0.x - name: Bump versions - uses: SiqiLu/dotnet-bump-version@2.0.0 + uses: majora2007/dotnet-bump-version@v0.0.1 with: version_files: Kavita.Common/Kavita.Common.csproj github_token: ${{ secrets.REPO_GHA_PAT }}