We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cef59c commit 41e895fCopy full SHA for 41e895f
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
35
- name: Set up JDK
36
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
37
with:
38
distribution: 'temurin'
39
java-version: ${{ matrix.java_version }}
0 commit comments