diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index fe512f0..c5a146d 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -32,7 +32,7 @@ jobs: - name: 'Update version file' run: echo ${{ github.event.inputs.version }} >VERSION - name: 'Commit and tag' - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v8.0.1 with: default_author: github_actions message: Update version number