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 d3574fc commit 5707e7fCopy full SHA for 5707e7f
.github/workflows/copilot-setup-steps.yml
@@ -21,7 +21,7 @@ jobs:
21
lfs: false
22
23
- name: Set up JDK
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
java-version: '21'
27
distribution: 'temurin'
.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@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
+ uses: actions/setup-java@de5a937a1dc73fbc1a67d7d1aa4bebc1082f3190 # v5.0.0
58
59
java-version: ${{ matrix.java }}
60
0 commit comments