Skip to content

Commit

Permalink
merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Mar 21, 2024
2 parents 3a883e5 + e80456d commit 873bc3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: sdkman/sdkman-action@master
with:
Expand All @@ -31,7 +31,7 @@ jobs:
rm -rf kotlin-compiler.zip
fi
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
name: "Run Danger"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Danger
uses: danger/kotlin@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Java and Maven
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 1.8
- name: Install GNUPG2 & Import Key
Expand Down

0 comments on commit 873bc3d

Please sign in to comment.