Skip to content

Commit

Permalink
Update used GitHub Actions
Browse files Browse the repository at this point in the history
Closes #179
  • Loading branch information
sormuras committed Oct 18, 2022
1 parent f7029d7 commit d4983e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-all-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ jobs:
name: Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 'Set up JDK 8'
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
- name: 'Build Ant starter'
run: cd ${GITHUB_WORKSPACE}/junit5-jupiter-starter-ant && ./build.sh
- name: 'Set up JDK 11'
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-junit-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: 'Set up JDK 11'
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 11
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: gradle/wrapper-validation-action@v1
with:
min-wrapper-count: 2

0 comments on commit d4983e5

Please sign in to comment.