Skip to content

Commit

Permalink
chore(deps): update gradle/actions digest to e55599f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 17, 2024
1 parent dc99039 commit 898e4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d
uses: gradle/actions/setup-gradle@e55599fc4d8b81ced2a6234b0b2525b1031e93fa
- name: license header
if: ${{ github.event_name == 'pull_request' }}
run: ./gradlew spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d
uses: gradle/actions/setup-gradle@e55599fc4d8b81ced2a6234b0b2525b1031e93fa
- name: Build
run: ./gradlew build -x spotlessCheck
- name: Login Via Azure CLI
Expand Down

0 comments on commit 898e4b6

Please sign in to comment.