Skip to content

Commit

Permalink
Fix action name and version
Browse files Browse the repository at this point in the history
Change-Id: I218dd886b3cc00ffdb05036892a11df3013198d8
  • Loading branch information
dturner committed Nov 2, 2023
1 parent be062d6 commit 58a1694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Apply formatting if failed
run: ./gradlew spotlessApply --init-script gradle/init.gradle.kts --no-configuration-cache
- uses: stefanweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply Spotless

Expand Down

0 comments on commit 58a1694

Please sign in to comment.