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 f50772b commit 62ad8d9Copy full SHA for 62ad8d9
.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@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
54
with:
55
java-version: ${{ matrix.java }}
56
distribution: 'temurin'
0 commit comments