Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent c4eeb4f commit a8f41bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
uses: gradle/gradle-build-action@v3.3.2
uses: gradle/gradle-build-action@v3.4.0
with:
arguments: build

- name: Publish API
continue-on-error: true
uses: gradle/gradle-build-action@v3.3.2
uses: gradle/gradle-build-action@v3.4.0
with:
arguments: publish -PndailyrewardsUsername=${{ secrets.REPO_USERNAME }} -PndailyrewardsPassword=${{ secrets.REPO_SECRET }}

Expand Down

0 comments on commit a8f41bf

Please sign in to comment.