We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d321b0 + 4bb392f commit 79c8814Copy full SHA for 79c8814
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
distribution: 'temurin'
34
java-version: '21'
35
- name: Checkout code
36
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
37
with:
38
path: kotlin
39
- name: Move kotlin plugin to plugins dir
.github/workflows/pre-commit.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
16
- name: Install asdf dependencies
17
uses: asdf-vm/actions/install@v4
18
- name: Setup python
0 commit comments