diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9dfd2f3..28d420a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # Update corresponding major and minor tag. # e.g. Update v1 and v1.2 when releasing v1.2.3 - name: Update semver - uses: haya14busa/action-update-semver@22a3666f9309f0d72ab0ea6c49b7a8019c1eab38 # v1.3.0 + uses: haya14busa/action-update-semver@3f49a54b677d969c819c1c6ebea626a54dafe032 # v1.5.0 if: "!steps.bumpr.outputs.skip" with: tag: ${{ steps.bumpr.outputs.next_version }}