Skip to content

Commit a06e3d6

Browse files
Update ci/cd dependencies
1 parent 30f8c94 commit a06e3d6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/setup-java-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ runs:
88
java-version: 25
99

1010
- name: Setup Gradle
11-
uses: gradle/actions/setup-gradle@v5
11+
uses: gradle/actions/setup-gradle@v6

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: ./gradlew build --no-daemon
2525

2626
- name: Upload coverage to Codecov
27-
uses: codecov/codecov-action@v5
27+
uses: codecov/codecov-action@v6
2828
with:
2929
flags: unit-tests-${{ matrix.os }}
3030
fail_ci_if_error: true
@@ -43,7 +43,7 @@ jobs:
4343
run: ./gradlew integrationTest --no-daemon
4444

4545
- name: Upload coverage to Codecov
46-
uses: codecov/codecov-action@v5
46+
uses: codecov/codecov-action@v6
4747
with:
4848
flags: integration-tests-${{ matrix.os }}
4949
fail_ci_if_error: true
@@ -62,10 +62,10 @@ jobs:
6262

6363
- name: Bump version
6464
id: version
65-
uses: paulhatch/semantic-version@v5.4.0
65+
uses: paulhatch/semantic-version@v6.0.2
6666

6767
- name: Create GitHub tag and release
68-
uses: softprops/action-gh-release@v2.5.0
68+
uses: softprops/action-gh-release@v3
6969
with:
7070
tag_name: ${{ steps.version.outputs.version_tag }}
7171
generate_release_notes: true

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- uses: ./.github/actions/setup-java-gradle
2121

2222
- name: Generate and submit dependency graph
23-
uses: gradle/actions/dependency-submission@v5
23+
uses: gradle/actions/dependency-submission@v6
2424
with:
2525
dependency-graph: 'generate-and-submit'

0 commit comments

Comments
 (0)