Skip to content

Commit 185da26

Browse files
authored
Merge pull request #37 from sivaprasadreddy/upgrade-github-actions
chore: Upgrade setup-java and checkout actions versions
2 parents 9dc9aee + f606755 commit 185da26

1 file changed

Lines changed: 2 additions & 2 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'

0 commit comments

Comments
 (0)