Skip to content

Commit f220d6e

Browse files
ci: bump actions/checkout from 5 to 6 in the checkout-and-setup group
Bumps the checkout-and-setup group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: checkout-and-setup ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc64f27 commit f220d6e

13 files changed

+20
-20
lines changed

.github/workflows/a2a-tck-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
git config --global core.autocrlf input
3232
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434

3535
- name: Set up JDK ${{ env.JAVA_VERSION }}
3636
uses: actions/setup-java@v5

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Configure Git
3434
run: |
3535
git config --global core.autocrlf input
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
- name: Set up JDK ${{ env.JAVA_VERSION }}
3838
uses: actions/setup-java@v5
3939
with:
@@ -61,7 +61,7 @@ jobs:
6161
- name: Configure Git
6262
run: |
6363
git config --global core.autocrlf input
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565

6666
# Using setup-python on CI to install Python might be faster than with uv (official uv recommendation)
6767
- name: Set up Python
@@ -95,7 +95,7 @@ jobs:
9595
- name: Configure Git
9696
run: |
9797
git config --global core.autocrlf input
98-
- uses: actions/checkout@v5
98+
- uses: actions/checkout@v6
9999
- name: Set up JDK ${{ env.JAVA_VERSION }}
100100
uses: actions/setup-java@v5
101101
with:
@@ -160,7 +160,7 @@ jobs:
160160
pull-requests: write
161161
checks: write
162162
steps:
163-
- uses: actions/checkout@v5
163+
- uses: actions/checkout@v6
164164
with:
165165
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
166166
fetch-depth: 0 # a full history is required for pull request analysis
@@ -194,7 +194,7 @@ jobs:
194194
knit:
195195
runs-on: ubuntu-latest
196196
steps:
197-
- uses: actions/checkout@v5
197+
- uses: actions/checkout@v6
198198
- uses: actions/setup-java@v5
199199
with:
200200
distribution: ${{ env.JAVA_DISTRIBUTION }}
@@ -222,7 +222,7 @@ jobs:
222222
permissions:
223223
contents: read
224224
steps:
225-
- uses: actions/checkout@v5
225+
- uses: actions/checkout@v6
226226
- name: Set up JDK ${{ env.JAVA_VERSION }}
227227
uses: actions/setup-java@v5
228228
with:

.github/workflows/code-agent-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Configure Git
3636
run: |
3737
git config --global core.autocrlf input
38-
- uses: actions/checkout@v5
38+
- uses: actions/checkout@v6
3939
- name: Set up JDK ${{ env.JAVA_VERSION }}
4040
uses: actions/setup-java@v5
4141
with:

.github/workflows/demo-compose-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Configure Git
3737
run: |
3838
git config --global core.autocrlf input
39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
- name: Set up JDK ${{ env.JAVA_VERSION }}
4141
uses: actions/setup-java@v5
4242
with:

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout sources
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Setup Java
2121
uses: actions/setup-java@v5
2222
with:

.github/workflows/deploy-all-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout project
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Set up JDK
2424
uses: actions/setup-java@v5
@@ -58,7 +58,7 @@ jobs:
5858
- name: Configure Git
5959
run: |
6060
git config --global core.autocrlf input
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262

6363
# Using setup-python on CI to install Python might be faster than with uv (official uv recommendation)
6464
- name: Set up Python

.github/workflows/deploy-dokka-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout project
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Set up JDK
2424
uses: actions/setup-java@v5

.github/workflows/deploy-koog-ai-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Configure Git
2525
run: |
2626
git config --global core.autocrlf input
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828

2929
# Using setup-python on CI to install Python might be faster than with uv (official uv recommendation)
3030
- name: Set up Python

.github/workflows/heavy-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
git config --global core.autocrlf input
7373
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575

7676
- name: Set up JDK 17
7777
uses: actions/setup-java@v5

.github/workflows/ollama-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "=== Disk space after cleanup ==="
7777
df -h
7878
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
- name: Set up JDK 17
8181
uses: actions/setup-java@v5
8282
with:

0 commit comments

Comments
 (0)