We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc0262 commit e09a066Copy full SHA for e09a066
2 files changed
.github/workflows/master.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@v2
22
- name: Setup Java
23
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
24
with:
25
distribution: 'temurin'
26
java-version: 11
@@ -49,7 +49,7 @@ jobs:
49
50
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
51
- name: Set up JDK 11
52
53
54
55
.github/workflows/pull-request.yml
@@ -23,7 +23,7 @@ jobs:
27
28
29
java-version: ${{ matrix.java }}
0 commit comments