Skip to content

Commit

Permalink
Merge pull request #17 from http4k/dependabot/github_actions/gradle/a…
Browse files Browse the repository at this point in the history
…ctions-4.2.0

Bump gradle/actions from 4.1.0 to 4.2.0
  • Loading branch information
daviddenton authored Nov 18, 2024
2 parents ee8b919 + 1654c42 commit 5bdecb6
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: temurin
java-version: 21
cache: gradle
- uses: gradle/actions/setup-gradle@v4.1.0
- uses: gradle/actions/setup-gradle@v4.2.0
- name: Build
timeout-minutes: 15
run: ./gradlew check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refresh_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
branch: dependency-update
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: gradle/actions/setup-gradle@v4.1.0
- uses: gradle/actions/setup-gradle@v4.2.0
- name: Run Gradle
run: ./gradlew refreshVersions
- name: Commit
Expand Down

0 comments on commit 5bdecb6

Please sign in to comment.