Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 00f4707 commit 3fdba61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-and-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Setup Gradle and Build
uses: gradle/gradle-build-action@v2.6.1
uses: gradle/gradle-build-action@v2.12.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.6.1
uses: gradle/gradle-build-action@v2.12.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Publish Release To Github
Expand Down

0 comments on commit 3fdba61

Please sign in to comment.