Skip to content

Commit

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

Bump actions/setup-java from 4.5.0 to 4.6.0
  • Loading branch information
shtukas authored Jan 6, 2025
2 parents 4158d18 + 097a505 commit e9f9bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: corretto
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install Java
id: java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.2.0
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.2.0
with:
distribution: corretto
java-version: 17
Expand Down

0 comments on commit e9f9bd2

Please sign in to comment.