Skip to content

Commit

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

Bump gradle/actions from 4.2.0 to 4.2.1
  • Loading branch information
daviddenton authored Dec 1, 2024
2 parents 5bea8aa + f87c521 commit b2e1e2d
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/[email protected].0
- uses: gradle/actions/[email protected].1
- 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/[email protected].0
- uses: gradle/actions/[email protected].1
- name: Run Gradle
run: ./gradlew refreshVersions
- name: Commit
Expand Down

0 comments on commit b2e1e2d

Please sign in to comment.