Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/a2a-tck-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
git config --global core.autocrlf input

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v5
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v5
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Using setup-python on CI to install Python might be faster than with uv (official uv recommendation)
- name: Set up Python
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v5
with:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
knit-and-dokka:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: ${{ env.JAVA_DISTRIBUTION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-agent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Setup Java
uses: actions/setup-java@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-all-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up JDK
uses: actions/setup-java@v5
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Using setup-python on CI to install Python might be faster than with uv (official uv recommendation)
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dokka-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up JDK
uses: actions/setup-java@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-koog-ai-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6

# Using setup-python on CI to install Python might be faster than with uv (official uv recommendation)
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/heavy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
git config --global core.autocrlf input

- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Set up JDK 17
uses: actions/setup-java@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-api-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ollama-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
echo "=== Disk space after cleanup ==="
df -h

- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/simple-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v5
with:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-boot-java-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trip-planning-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Configure Git
run: |
git config --global core.autocrlf input
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
Expand Down