Skip to content

Commit 36ae30f

Browse files
committed
[feature] Update GitHub Actions Plugins versions
1 parent 89bc6f9 commit 36ae30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
os: [ubuntu-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up JDK ${{ matrix.jdk }}
1515
uses: actions/setup-java@v3
1616
with:
1717
java-version: ${{ matrix.jdk }}
1818
distribution: 'temurin'
1919
- name: Cache Maven packages
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
with:
2222
path: ~/.m2
2323
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)