Skip to content

chore(deps): update all github actions to v2 (major) #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:

steps:
# actions/checkout v1.* is needed for correct codecov upload, see https://github.com/actions/checkout/issues/237 for details
- uses: actions/checkout@v1
- uses: actions/checkout@v2
# ensure that gradle wrapper files in repository are valid by checking checksums
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.11
distribution: zulu
java-version: 11
- uses: burrunan/gradle-cache-action@v1
name: Gradle build with caches caching
with:
Expand All @@ -33,7 +34,7 @@ jobs:
path: '**/build/reports/'
- name: Code coverage report
# disabled until repo is private
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
flags: unittests
fail_ci_if_error: true # optional (default = false)
17 changes: 10 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.11
distribution: zulu
java-version: 11
- uses: burrunan/gradle-cache-action@v1
name: Gradle release with caches caching
with:
Expand All @@ -43,9 +44,10 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.11
distribution: zulu
java-version: 11
- uses: burrunan/gradle-cache-action@v1
name: Gradle release with caches caching
with:
Expand All @@ -58,11 +60,12 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.11
distribution: zulu
java-version: 11
- uses: burrunan/gradle-cache-action@v1
name: Gradle release with caches caching
with:
arguments: publishToSonatype closeSonatypeStagingRepository
gradle-version: wrapper
gradle-version: wrapper