Skip to content

Commit

Permalink
Merge pull request #413 from ral-facilities/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-java-3.11.0
  • Loading branch information
dependabot[bot] authored Apr 6, 2023
2 parents b072c5c + db27fff commit 5258698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

# Setup Java & Python
- name: Setup Java
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: 'temurin'
java-version: 8
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

# Setup Java & Python
- name: Setup Java
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
with:
distribution: 'temurin'
java-version: 8
Expand Down

0 comments on commit 5258698

Please sign in to comment.