diff --git a/.github/workflows/update-spring-boot-version.yml b/.github/workflows/update-spring-boot-version.yml index 1561283..63f1a02 100644 --- a/.github/workflows/update-spring-boot-version.yml +++ b/.github/workflows/update-spring-boot-version.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Update Spring Boot Version - run: ./upgrade-spring-boot-version.sh + run: ./update-spring-boot-version.sh - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "Update Spring Boot Version"