Skip to content

Commit

Permalink
Update gradle/actions action to v4.2.1 (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to authored Nov 18, 2024
2 parents 697c773 + ea2f016 commit f6f321b
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 @@ -130,7 +130,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 f6f321b

Please sign in to comment.