Skip to content

Commit f0091c0

Browse files
authored
Merge pull request #82 from icatproject/dependabot/github_actions/actions/setup-java-5.1.0
Bump actions/setup-java from 5.0.0 to 5.1.0
2 parents 672122b + 29c5d69 commit f0091c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Setup Java & Python
1818
- name: Setup Java
19-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
19+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
2020
with:
2121
distribution: 'temurin'
2222
java-version: ${{ matrix.java_version }}

0 commit comments

Comments
 (0)