Skip to content

Commit

Permalink
Merge pull request #58 from icatproject/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4.3.0

Bump actions/setup-java from 4.2.2 to 4.3.0
  • Loading branch information
RKrahl authored Sep 9, 2024
2 parents 58c7977 + 9967e94 commit 1c3ba0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
# Setup Java & Python
- name: Setup Java
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java_version }}
Expand Down

0 comments on commit 1c3ba0a

Please sign in to comment.