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 9149b68 commit 2bfbebfCopy full SHA for 2bfbebf
.github/workflows/maven.yml
@@ -49,7 +49,7 @@ jobs:
49
git lfs pull --include='/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll'
50
if: ${{ matrix.config.native == 'win32.win32.x86_64'}}
51
- name: Set up Java ${{ matrix.java }}
52
- uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0
+ uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
53
with:
54
java-version: ${{ matrix.java }}
55
distribution: 'temurin'
0 commit comments