Skip to content

Commit a1b35d2

Browse files
authored
Merge pull request #1041 from apache/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 4e9de1f + dfa1718 commit a1b35d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-24.04
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
- name: Cache Maven Repository
3939
uses: actions/cache@v4
4040
with:
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-24.04
5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
- name: Cache Maven Repository
6262
uses: actions/cache@v4
6363
with:
@@ -84,7 +84,7 @@ jobs:
8484
- site
8585
steps:
8686
- name: Checkout
87-
uses: actions/checkout@v5
87+
uses: actions/checkout@v6
8888
- name: Cache Maven Repository
8989
uses: actions/cache@v4
9090
with:

0 commit comments

Comments
 (0)