Skip to content

Commit

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

build(deps): bump actions/setup-java from 3.12.0 to 4.4.0
  • Loading branch information
MRichards99 authored Oct 15, 2024
2 parents c07b8e3 + efa713c commit 1d4dd6c
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@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
distribution: 'temurin'
java-version: 8
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:

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

0 comments on commit 1d4dd6c

Please sign in to comment.