Skip to content

Commit

Permalink
Update gradle wrapper validation task
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Apr 21, 2024
1 parent 36dab30 commit 1ef03d4
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 @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@v4
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v3
uses: gradle/actions/wrapper-validation@v3
- name: Determine release status
if: ${{ runner.os == 'Linux' }}
run: |
Expand Down

0 comments on commit 1ef03d4

Please sign in to comment.