Skip to content

Commit 1f5f9c9

Browse files
authored
Merge pull request #976 from apache/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 216de97 + 17ba758 commit 1f5f9c9

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
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-24.04
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Cache Maven Repository
3838
uses: actions/cache@v4
3939
with:
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-24.04
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
- name: Cache Maven Repository
6161
uses: actions/cache@v4
6262
with:
@@ -83,7 +83,7 @@ jobs:
8383
- site
8484
steps:
8585
- name: Checkout
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8787
- name: Cache Maven Repository
8888
uses: actions/cache@v4
8989
with:

0 commit comments

Comments
 (0)