Skip to content

Commit f65ec61

Browse files
Update gradle/actions action to v4.4.2 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80bee0b commit f65ec61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 21
2121

2222
- name: Set up Gradle
23-
uses: gradle/actions/[email protected].1
23+
uses: gradle/actions/[email protected].2
2424

2525
- name: Build plugin
2626
run: ./gradlew build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5050

5151
- name: Set up Gradle
52-
uses: gradle/actions/[email protected].1
52+
uses: gradle/actions/[email protected].2
5353

5454
- name: Release ${{ env.RELEASE_VERSION }}
5555
run: |

0 commit comments

Comments
 (0)