Skip to content

Commit d8fc4da

Browse files
authored
Merge pull request #261 from modcluster/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 76dfdae + 1e22b9e commit d8fc4da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Set up JDK 17
1818
uses: actions/setup-java@v5
1919
with:
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
- name: Get generated-docs
4040
uses: actions/download-artifact@v6
4141
with:

0 commit comments

Comments
 (0)