Skip to content

Commit cf0138f

Browse files
chore(deps): update gradle/actions action to v6
1 parent 1ae7555 commit cf0138f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
distribution: 'temurin'
1313
java-version: 21
1414
- name: Setup Gradle
15-
uses: gradle/actions/setup-gradle@v5
15+
uses: gradle/actions/setup-gradle@v6
1616
with:
1717
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
1818
- name: Build with Gradle

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
distribution: 'temurin'
1515
java-version: 21
1616
- name: Setup Gradle
17-
uses: gradle/actions/setup-gradle@v5
17+
uses: gradle/actions/setup-gradle@v6
1818
with:
1919
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
2020
- name: Publish with Gradle to Repository

0 commit comments

Comments
 (0)