Skip to content

Commit 022f219

Browse files
authored
Merge pull request #945 from sarakhmen/update-github-actions-versions
Update GitHub Actions versions
2 parents 765e1e1 + 3cb6d70 commit 022f219

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
name: Java CI
2-
3-
on: [push, pull_request]
4-
2+
on:
3+
- push
4+
- pull_request
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
98
steps:
10-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1110
- name: Set up JDK 17
12-
uses: actions/setup-java@v2
11+
uses: actions/setup-java@v4
1312
with:
1413
java-version: '17'
15-
distribution: 'adopt'
14+
distribution: adopt
1615
cache: maven
1716
- name: Build with Maven
1817
run: mvn --batch-mode --update-snapshots verify

0 commit comments

Comments
 (0)