Skip to content

Commit

Permalink
Merge pull request #441 from ral-facilities/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-java-3.12.0

build(deps): bump actions/setup-java from 3.11.0 to 3.12.0
  • Loading branch information
VKTB authored Aug 31, 2023
2 parents b4d3c27 + 291abff commit 9761870
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@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
distribution: 'temurin'
java-version: 8
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:

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

0 comments on commit 9761870

Please sign in to comment.