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 a73c143 commit 44dee79Copy full SHA for 44dee79
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
- name: Set up JDK
30
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
+ uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0
31
with:
32
distribution: "temurin"
33
java-version: ${{ matrix.java_version }}
0 commit comments