Skip to content

Commit

Permalink
Merge pull request #1088 from guardian/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-4.5.0

Bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
shtukas authored Oct 25, 2024
2 parents 895316f + 2ebfa02 commit e32fc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: corretto
java-version: 11
Expand Down

0 comments on commit e32fc11

Please sign in to comment.