Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Apr 19, 2024
1 parent fc9e5ee commit 71790c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java_version }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.3.0
uses: gradle/gradle-build-action@v3.3.1
- name: build without detekt
env:
JAVA_VERSION: ${{ matrix.java_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'adopt'
java-version: ${{ matrix.java_version }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v3.3.0
uses: gradle/gradle-build-action@v3.3.1
- name: build without detekt
env:
JAVA_VERSION: ${{ matrix.java_version }}
Expand Down

0 comments on commit 71790c9

Please sign in to comment.