Skip to content

Commit

Permalink
chore(deps): update gradle/actions digest to 00781cb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 9, 2024
1 parent dc99039 commit 72a94b2
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@00781cbaaeae51e77ec46bfe1cccf85e98167144
- 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@00781cbaaeae51e77ec46bfe1cccf85e98167144
- name: Build
run: ./gradlew build -x spotlessCheck
- name: Login Via Azure CLI
Expand Down

0 comments on commit 72a94b2

Please sign in to comment.