Skip to content

Commit c31c8e2

Browse files
authored
Merge pull request #242 from 4drian3d/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 2e35f66 + d0a20e2 commit c31c8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Set up JDK 21
2020
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)