Skip to content

Commit

Permalink
rolled back build.yml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylerUva committed Aug 7, 2024
1 parent f7b49f4 commit b92669b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v2

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
Expand All @@ -38,7 +38,7 @@ jobs:
run: ./gradlew :spotlessApply

# Commits formatting changes
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Formatted Code

Expand Down

0 comments on commit b92669b

Please sign in to comment.