Skip to content

Commit 5a4d95b

Browse files
committed
ci.yml: bump deps
1 parent 85c773e commit 5a4d95b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ jobs:
99

1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313
with:
1414
submodules: true
1515
- name: Set up JDK 11
16-
uses: actions/setup-java@v1
16+
uses: actions/setup-java@v4
1717
with:
1818
java-version: 11
1919
- name: Setup Maven
2020
run: echo "MAVEN_OPTS='-Xmx2048m'" > ~/.mavenrc
2121
- name: Cache maven repo
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
env:
2424
cache-name: cache-maven-repo
2525
with:

0 commit comments

Comments
 (0)