Skip to content

Commit 93868f9

Browse files
authored
Merge pull request #53 from ntsk/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents d4b840e + 2429348 commit 93868f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- name: Set up JDK 17
1616
uses: actions/setup-java@v4

0 commit comments

Comments
 (0)