We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb2fa5 commit 22a6423Copy full SHA for 22a6423
.github/workflows/maven.yml
@@ -50,7 +50,7 @@ jobs:
50
run: |
51
git lfs pull --include='/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll'
52
- name: Set up Java ${{ matrix.java }}
53
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
+ uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
54
with:
55
java-version: ${{ matrix.java }}
56
distribution: 'temurin'
0 commit comments