Skip to content

Commit

Permalink
Update gradle/actions digest to db19848
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and SgtSilvio committed Apr 27, 2024
1 parent be3c938 commit 2396fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
distribution: temurin
java-version: 11
- name: Setup Gradle
uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c # v3
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3
- name: Check
run: ./gradlew check
2 changes: 1 addition & 1 deletion .github/workflows/releaseExtension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: temurin
java-version: 11
- name: Setup Gradle
uses: gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c # v3
uses: gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43 # v3
- name: Build Zip
run: ./gradlew hivemqExtensionZip
- name: Upload Release Asset
Expand Down

0 comments on commit 2396fba

Please sign in to comment.