Skip to content

Commit cf8bbae

Browse files
Update gradle/actions action to v4.4.3 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbff12f commit cf8bbae

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
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 21
2222

2323
- name: Set up Gradle
24-
uses: gradle/actions/[email protected].2
24+
uses: gradle/actions/[email protected].3
2525

2626
- name: Build plugin
2727
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].2
52+
uses: gradle/actions/[email protected].3
5353

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

0 commit comments

Comments
 (0)