diff --git a/.github/workflows/auto-git-release.yml b/.github/workflows/auto-git-release.yml index c31993f6..34fec40b 100644 --- a/.github/workflows/auto-git-release.yml +++ b/.github/workflows/auto-git-release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # See https://github.com/PaulHatch/semantic-version#important-note-regarding-the-checkout-action - - uses: paulhatch/semantic-version@v3.2 + - uses: paulhatch/semantic-version@v3.2.1 id: next_semantic_version # Output: https://github.com/PaulHatch/semantic-version/blob/master/index.js#L63-L69 with: # See https://github.com/PaulHatch/semantic-version#usage branch: main # Force "main" instead of "master" by default