Skip to content

Commit a1d8836

Browse files
dependabot[bot]purejava
authored andcommitted
Bump gradle/actions from 5 to 6 in the github-actions group
Bumps the github-actions group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from 5 to 6 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v5...v6) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 125371d commit a1d8836

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_release_github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: '21'
1919

2020
- name: Setup Gradle
21-
uses: gradle/actions/setup-gradle@v5
21+
uses: gradle/actions/setup-gradle@v6
2222

2323
- name: Import GPG key
2424
run: |

.github/workflows/build_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '21'
1818

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

2222
- name: Import GPG key
2323
run: |

0 commit comments

Comments
 (0)