Skip to content

Commit 603c16a

Browse files
Fix script name
1 parent a320504 commit 603c16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-spring-boot-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Update Spring Boot Version
14-
run: ./upgrade-spring-boot-version.sh
14+
run: ./update-spring-boot-version.sh
1515
- uses: stefanzweifel/git-auto-commit-action@v4
1616
with:
1717
commit_message: "Update Spring Boot Version"

0 commit comments

Comments
 (0)