diff --git a/.github/workflows/ci-version.yaml b/.github/workflows/ci-version.yaml index c6d704b..624fd79 100644 --- a/.github/workflows/ci-version.yaml +++ b/.github/workflows/ci-version.yaml @@ -45,7 +45,7 @@ jobs: - name: Commit lock file if: env.CURRENT_BRANCH == 'changeset-release/master' - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "chore: update lock file" branch: changeset-release/master