Skip to content

Commit 2150d15

Browse files
[CI] Bump gradle/actions from 4 to 5 in the ci-actions group (#97)
Bumps the ci-actions 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: ci-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63dadf2 commit 2150d15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-kdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
distribution: temurin
2020
java-version: 21
21-
- uses: gradle/actions/setup-gradle@v4
21+
- uses: gradle/actions/setup-gradle@v5
2222

2323
- name: Build KDoc
2424
run: ./gradlew --build-cache --configuration-cache dokkaGenerate

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 21
2323

2424
# See https://community.gradle.org/github-actions/docs/setup-gradle/ for more information
25-
- uses: gradle/actions/setup-gradle@v4 # creates build cache when on main branch
25+
- uses: gradle/actions/setup-gradle@v5 # creates build cache when on main branch
2626
with:
2727
cache-encryption-key: ${{ secrets.gradle_encryption_key }}
2828
dependency-graph: generate-and-submit # submit Github Dependency Graph info
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
distribution: temurin
4242
java-version: 21
43-
- uses: gradle/actions/setup-gradle@v4
43+
- uses: gradle/actions/setup-gradle@v5
4444
with:
4545
cache-encryption-key: ${{ secrets.gradle_encryption_key }}
4646
cache-read-only: true
@@ -56,7 +56,7 @@ jobs:
5656
name: Instrumented tests
5757
runs-on: ubuntu-latest
5858
steps:
59-
- uses: gradle/actions/setup-gradle@v4
59+
- uses: gradle/actions/setup-gradle@v5
6060
with:
6161
cache-encryption-key: ${{ secrets.gradle_encryption_key }}
6262
cache-read-only: true

0 commit comments

Comments
 (0)