Skip to content

Commit 330b160

Browse files
Update gradle/actions action to v4.4.4 (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 247b1d2 commit 330b160

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].3
23+
uses: gradle/actions/[email protected].4
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].3
52+
uses: gradle/actions/[email protected].4
5353

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

0 commit comments

Comments
 (0)