We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4466c96 commit 3a9ee3aCopy full SHA for 3a9ee3a
.github/workflows/maven.yml
@@ -54,7 +54,7 @@ jobs:
54
run: |
55
git lfs pull --include='/binaries/org.eclipse.swt.win32.win32.x86_64/WebView2Loader.dll'
56
- name: Set up Java ${{ matrix.java }}
57
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
58
with:
59
java-version: ${{ matrix.java }}
60
distribution: 'temurin'
0 commit comments