Skip to content

Commit 69c0d04

Browse files
authored
Merge pull request #389 from cyb3rko/workflow-updates
Workflow action version updates
2 parents 535a2eb + 2b4b7d8 commit 69c0d04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
name: Check
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-java@v1
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-java@v4
1212
with:
13+
distribution: 'temurin'
1314
java-version: 17
1415
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
1516
run: ./gradlew build --stacktrace

0 commit comments

Comments
 (0)