Skip to content

Commit 436bd4c

Browse files
dependabot[bot]asolntsev
authored andcommitted
Bump gradle/actions from 4 to 5
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3850f4 commit 436bd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '17'
2323
distribution: 'adopt'
2424
cache: gradle
25-
- uses: gradle/actions/setup-gradle@v4
25+
- uses: gradle/actions/setup-gradle@v5
2626
- name: Build & test
2727
run: ./gradlew build --info
2828
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)