Skip to content

Commit

Permalink
Merge pull request #1160 from domaframework/renovate/gradle-actions-4.x
Browse files Browse the repository at this point in the history
Update gradle/actions action to v4.0.1
  • Loading branch information
nakamura-to authored Aug 26, 2024
2 parents c6a9e81 + 868774b commit 1ec6352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Assemble and Check
run: >
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Test with the oldest JDK
run: >
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v4

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

- name: Publish packages
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: gradle/actions/[email protected].0
- uses: gradle/actions/[email protected].1

0 comments on commit 1ec6352

Please sign in to comment.