Skip to content

Commit 7a7e5e1

Browse files
authored
Merge pull request #99 from 4drian3d/renovate/actions-setup-java-4.x
chore(deps): update actions/setup-java action to v4.6.0
2 parents fa9f1f8 + 0a8ddcc commit 7a7e5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ClientCatcherBuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212

1313
- name: Set up JDK 17
14-
uses: actions/setup-java@v4.5.0
14+
uses: actions/setup-java@v4.6.0
1515
with:
1616
java-version: 17
1717
distribution: 'temurin'

0 commit comments

Comments
 (0)