Skip to content

Commit

Permalink
Updated action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
harawata committed May 11, 2023
1 parent 91441ad commit e8a095e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
java: [8, 9, 10, 11]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
Expand Down

0 comments on commit e8a095e

Please sign in to comment.