Skip to content

Commit

Permalink
Update gradle/actions action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davidburstrom committed Aug 31, 2024
1 parent 70641c6 commit ffc64d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
java-version: '11'
distribution: temurin
- name: Validate Gradle wrapper
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1
- name: Set up Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1
- name: Build with Gradle
run: ./gradlew build --no-configuration-cache --no-daemon --stacktrace --continue
- name: Publish build reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
java-version: '11'
distribution: temurin
- name: Generate and submit dependency graph
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

0 comments on commit ffc64d3

Please sign in to comment.