Skip to content

Commit

Permalink
Merge pull request #39 from openapi-processor/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/gradle/gradle-build-action-2.10.0

Bump gradle/gradle-build-action from 2.9.0 to 2.10.0
  • Loading branch information
hauner authored Dec 2, 2023
2 parents 536ae28 + b6cca17 commit 0b20f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true

Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Setup Gradle
- name: Setup Gradle
uses: gradle/gradle-build-action@v2.9.0
uses: gradle/gradle-build-action@v2.10.0
with:
gradle-home-cache-cleanup: true

Expand Down

0 comments on commit 0b20f2c

Please sign in to comment.