Skip to content

Commit

Permalink
Merge pull request #389 from cyb3rko/workflow-updates
Browse files Browse the repository at this point in the history
Workflow action version updates
  • Loading branch information
jmattheis authored Dec 1, 2024
2 parents 535a2eb + 2b4b7d8 commit 69c0d04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ jobs:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: ./gradlew build --stacktrace
Expand Down

0 comments on commit 69c0d04

Please sign in to comment.