File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
convention-plugins/src/main/kotlin Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,21 +32,21 @@ jobs:
32
32
os : ubuntu-latest
33
33
runs-on : ${{ matrix.os }}
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Validate Gradle Wrapper
37
37
uses : gradle/wrapper-validation-action@v1
38
- - uses : actions/cache@v3
38
+ - uses : actions/cache@v4
39
39
with :
40
40
path : |
41
41
~/.konan
42
42
key : ${{ runner.os }}-${{ hashFiles('**/.lock') }}
43
43
- name : Import GPG key
44
- uses : crazy-max/ghaction-import-gpg@v5
44
+ uses : crazy-max/ghaction-import-gpg@v6
45
45
with :
46
46
gpg_private_key : ${{ secrets.OSSRH_GPG_SECRET_KEY }}
47
47
passphrase : ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
48
48
- name : Set up JDK 17
49
- uses : actions/setup-java@v3
49
+ uses : actions/setup-java@v4
50
50
with :
51
51
java-version : ' 17'
52
52
distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ jobs:
35
35
runs-on : ${{ matrix.os }}
36
36
37
37
steps :
38
- - uses : actions/checkout@v3
38
+ - uses : actions/checkout@v4
39
39
- name : Validate Gradle Wrapper
40
- uses : gradle/wrapper-validation-action@v1
41
- - uses : actions/cache@v3
40
+ uses : gradle/actions/ wrapper-validation@v3
41
+ - uses : actions/cache@v4
42
42
with :
43
43
path : |
44
44
~/.konan
45
45
key : ${{ runner.os }}-${{ hashFiles('**/.lock') }}
46
46
- name : Set up JDK 17
47
- uses : actions/setup-java@v3
47
+ uses : actions/setup-java@v4
48
48
with :
49
49
java-version : ' 17'
50
50
distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
3
3
}
4
4
5
5
allprojects {
6
- group = " org.jetbrains.kotlinx.multiplatform-library-template "
7
- version = " 0 .0.1 "
6
+ group = " io.github.pahill "
7
+ version = " 1 .0.3 "
8
8
}
9
9
10
10
nexusPublishing {
You can’t perform that action at this time.
0 commit comments