Skip to content

Commit 768c9eb

Browse files
committed
Bump GitHub Actions up
1 parent b327b33 commit 768c9eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
build-and-test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
- name: Set up JDK 1.8
11-
uses: actions/setup-java@v2
11+
uses: actions/setup-java@v4
1212
with:
1313
distribution: 'adopt'
1414
java-version: '8'
15-
- uses: actions/cache@v2
15+
- uses: actions/cache@v4
1616
with:
1717
path: ~/.m2/repository
1818
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)