Skip to content

Commit 245610f

Browse files
committed
use actions version v3
1 parent e485e14 commit 245610f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Set up JDK 8
12-
uses: actions/setup-java@v2
12+
uses: actions/setup-java@v3
1313
with:
1414
java-version: '8'
1515
distribution: 'adopt'

0 commit comments

Comments
 (0)