Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 2d5931e

Browse files
Bump actions/checkout from 5 to 6 (#494)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae2599c commit 2d5931e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
private-key: ${{ secrets.KDEVBOT_PRIVATE_KEY }}
1717

1818
- name: Checkout Repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
token: ${{ steps.auth.outputs.token }}
2222

.github/workflows/mal_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
max-parallel: 1
2121
steps:
2222
- name: Checkout Repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Install Java
2626
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)