Skip to content

Commit

Permalink
Update all github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent b22969a commit 3fab872
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .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 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 3fab872

Please sign in to comment.