Skip to content

Commit 873bc3d

Browse files
committed
merge with master
2 parents 3a883e5 + e80456d commit 873bc3d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- uses: sdkman/sdkman-action@master
1717
with:
@@ -31,7 +31,7 @@ jobs:
3131
rm -rf kotlin-compiler.zip
3232
fi
3333
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@v4
3535
with:
3636
node-version: '14'
3737

.github/workflows/danger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
name: "Run Danger"
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Danger
1212
uses: danger/kotlin@master
1313
with:

.github/workflows/release_sdk.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out Git repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Install Java and Maven
15-
uses: actions/setup-java@v3
15+
uses: actions/setup-java@v4
1616
with:
1717
java-version: 1.8
1818
- name: Install GNUPG2 & Import Key

0 commit comments

Comments
 (0)