Skip to content

Commit

Permalink
Update all github actions (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: akuleshov7 <andrewkuleshov7@gmail.com>
Co-authored-by: orchestr7 <bonycatbony@gmail.com>
  • Loading branch information
3 people authored Nov 17, 2024
1 parent f44b943 commit 8d71a76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-konan
- name: Gradle build with remote cache
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
arguments: |
build
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Code coverage report
#if: ${{ runner.os == 'Linux' }}
if: ${{ false }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: unittests
fail_ci_if_error: true # optional (default = false)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
detekt_check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false

Expand All @@ -19,7 +19,7 @@ jobs:
distribution: 'temurin'
java-version: 21
- name: Gradle build with remote cache
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
arguments: detektAll
properties: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/diktat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
diktat_check:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: 21
- name: Status git before
run: git status
- uses: burrunan/gradle-cache-action@v1
- uses: burrunan/gradle-cache-action@v2
with:
gradle-version: wrapper
# Until https://github.com/burrunan/gradle-cache-action/issues/42 is addressed, gradle should be run as a separate step
Expand Down

0 comments on commit 8d71a76

Please sign in to comment.