Skip to content

Commit

Permalink
Merge pull request #13 from http4k/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-java-4.5.0

Bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
daviddenton authored Oct 28, 2024
2 parents 249ad08 + 00b3666 commit 9940a1a
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 @@ -11,7 +11,7 @@ jobs:
fetch-depth: 2
# required by release-tag.sh to allow pushing with another credentials so other workflows are triggered
persist-credentials: false
- uses: actions/setup-java@v4.4.0
- uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: 21
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 @@ -17,7 +17,7 @@ jobs:
with:
ref: main
- name: setup-java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit 9940a1a

Please sign in to comment.