We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96623b5 commit 456356fCopy full SHA for 456356f
2 files changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
20
- name: Set up JDK 1.17
21
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
22
with:
23
java-version: 17
24
distribution: "temurin"
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
0 commit comments