Skip to content

Commit 229f79e

Browse files
Update gradle/actions action to v5
1 parent ff67927 commit 229f79e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Setup Gradle
20-
uses: gradle/actions/setup-gradle@v4
20+
uses: gradle/actions/setup-gradle@v5
2121

2222
- name: Check Platforms Table
2323
run: ./gradlew updateDocsChangelog --info --stacktrace

.github/workflows/platforms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Gradle
19-
uses: gradle/actions/setup-gradle@v4
19+
uses: gradle/actions/setup-gradle@v5
2020
- name: Check Platforms Table
2121
run: ./gradlew verifyPlatformTable --no-configuration-cache --info --stacktrace

0 commit comments

Comments
 (0)