Skip to content

Commit 9ed8e3c

Browse files
Updated actions to v3
1 parent 4aec9fa commit 9ed8e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
name: Test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v3
99
- uses: actions/setup-java@v1
1010
with:
1111
java-version: 8
12-
- uses: actions/cache@v2
12+
- uses: actions/cache@v3
1313
with:
1414
path: ~/.npm
1515
key: v1/${{ runner.os }}/java-8/${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)