Skip to content

Commit dfb9806

Browse files
dependabot[bot]wadoon
authored andcommitted
Bump gradle/actions from 4 to 5 in the github-actions-deps group
Bumps the github-actions-deps group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `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 dependency-group: github-actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b04ac7a commit dfb9806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: 'temurin'
2121

2222
- name: Setup Gradle
23-
uses: gradle/actions/setup-gradle@v4
23+
uses: gradle/actions/setup-gradle@v5
2424

2525
- name: Build and test
2626
run: ./gradlew --parallel test

0 commit comments

Comments
 (0)