Skip to content

Commit 9c7402c

Browse files
chore: update actions/checkout action to v5
1 parent c3ac17e commit 9c7402c

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
@@ -23,7 +23,7 @@ jobs:
2323
name: Run Build
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Setup java
2929
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)