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