@@ -20,17 +20,26 @@ jobs:
2020 with :
2121 fetch-depth : 0
2222
23+ - uses : awalsh128/cache-apt-pkgs-action@latest
24+ with :
25+ packages : docker-compose
26+ version : 1.0
27+
2328 - name : Set up JDK
24- uses : actions/setup-java@v1
29+ uses : actions/setup-java@v4
2530 with :
26- java-version : 11
31+ distribution : temurin
32+ java-version : 17
33+
34+ - name : Setup sbt launcher
35+ uses : sbt/setup-sbt@v1
2736
2837 - name : Launch pulsar docker
2938 run : docker-compose up -d
3039
3140 - name : Import GPG key
3241 id : import_gpg
33- uses : crazy-max/ghaction-import-gpg@v3
42+ uses : crazy-max/ghaction-import-gpg@v6
3443 with :
3544 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
3645 passphrase : ${{ secrets.PGP_PASSPHRASE }}
@@ -60,17 +69,26 @@ jobs:
6069 with :
6170 fetch-depth : 0
6271
72+ - uses : awalsh128/cache-apt-pkgs-action@latest
73+ with :
74+ packages : docker-compose
75+ version : 1.0
76+
6377 - name : Set up JDK
64- uses : actions/setup-java@v1
78+ uses : actions/setup-java@v4
6579 with :
66- java-version : 11
80+ distribution : temurin
81+ java-version : 17
82+
83+ - name : Setup sbt launcher
84+ uses : sbt/setup-sbt@v1
6785
6886 - name : Launch pulsar docker
6987 run : docker-compose up -d
7088
7189 - name : Import GPG key
7290 id : import_gpg
73- uses : crazy-max/ghaction-import-gpg@v3
91+ uses : crazy-max/ghaction-import-gpg@v6
7492 with :
7593 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
7694 passphrase : ${{ secrets.PGP_PASSPHRASE }}
@@ -99,17 +117,26 @@ jobs:
99117 with :
100118 fetch-depth : 0
101119
120+ - uses : awalsh128/cache-apt-pkgs-action@latest
121+ with :
122+ packages : docker-compose
123+ version : 1.0
124+
102125 - name : Set up JDK
103- uses : actions/setup-java@v1
126+ uses : actions/setup-java@v4
104127 with :
105- java-version : 11
128+ distribution : temurin
129+ java-version : 17
130+
131+ - name : Setup sbt launcher
132+ uses : sbt/setup-sbt@v1
106133
107134 - name : Launch pulsar docker
108135 run : docker-compose up -d
109136
110137 - name : Import GPG key
111138 id : import_gpg
112- uses : crazy-max/ghaction-import-gpg@v3
139+ uses : crazy-max/ghaction-import-gpg@v6
113140 with :
114141 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
115142 passphrase : ${{ secrets.PGP_PASSPHRASE }}
0 commit comments