Skip to content

Commit

Permalink
deps(internal): update gradle/actions action to v4.2.1 (#643)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 8a7413e commit e7d8acc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: Validate Gradle wrapper
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

- name: Set up JDK
uses: actions/[email protected]
Expand All @@ -45,7 +45,7 @@ jobs:
distribution: temurin

- name: Setup Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

- name: Cache konan dependencies
uses: actions/cache@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0

- name: Validate Gradle wrapper
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

- name: Set up JDK
uses: actions/[email protected]
Expand All @@ -93,7 +93,7 @@ jobs:
node-version: 20

- name: Setup Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

- name: Cache konan dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit e7d8acc

Please sign in to comment.