Skip to content

Commit 9610970

Browse files
authored
Merge pull request #20 from sivaprasadreddy/cleanup
chore: upgrade checkout, setup-java action versions and remove unnecessary wrapper folder
2 parents 6c69029 + 6089451 commit 9610970

2 files changed

Lines changed: 2 additions & 21 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: '21'
2727
distribution: 'temurin'

wrapper/maven-wrapper.properties

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)