Skip to content

Commit e744a4b

Browse files
authored
[hotfix] Update pusblish snapshot workflow actions
Signed-off-by: David Kornel <[email protected]>
1 parent 2bf49a2 commit e744a4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish_snapshot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ jobs:
2828
if: github.repository == 'apache/flink-kubernetes-operator'
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
ref: main
3434
- name: Set up JDK 11
35-
uses: actions/setup-java@v2
35+
uses: actions/setup-java@v4
3636
with:
3737
java-version: '11'
38-
distribution: 'adopt'
38+
distribution: 'temurin'
3939
- name: Cache local Maven repository
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.m2/repository
4343
key: snapshot-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)