Skip to content

Commit

Permalink
updated v3 checkout and gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
bschoening committed Mar 13, 2024
1 parent 50d60fd commit 72eca2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:

steps:
- name: Checkout project sources
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
- name: Run build
run: gradle build

0 comments on commit 72eca2d

Please sign in to comment.