We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4065858 commit 7e5e946Copy full SHA for 7e5e946
.github/workflows/dev-cd.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: 'Set up jdk'
24
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4.7.0
25
with:
26
java-version: '17'
27
distribution: 'temurin' # https://github.com/actions/setup-java
.github/workflows/release-cd.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: 'Set up JDK'
distribution: 'temurin'
0 commit comments