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 2bf49a2 commit e744a4bCopy full SHA for e744a4b
.github/workflows/publish_snapshot.yml
@@ -28,16 +28,16 @@ jobs:
28
if: github.repository == 'apache/flink-kubernetes-operator'
29
runs-on: ubuntu-latest
30
steps:
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
with:
33
ref: main
34
- name: Set up JDK 11
35
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v4
36
37
java-version: '11'
38
- distribution: 'adopt'
+ distribution: 'temurin'
39
- name: Cache local Maven repository
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
42
path: ~/.m2/repository
43
key: snapshot-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments