Skip to content

Commit 757d846

Browse files
authored
chore(ci): update GitHub Actions to latest versions (#18)
1 parent 86e46dd commit 757d846

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@v2
22+
- uses: actions/checkout@v4
2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: '21'
2727
distribution: 'temurin'

0 commit comments

Comments
 (0)