Skip to content

Commit 6502ad2

Browse files
Update GitHub Actions dependencies
1 parent 63f0062 commit 6502ad2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
java-version: 21
281281

282282
- name: Set up Gradle
283-
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5
283+
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6
284284

285285
- name: Compile split-tests-java
286286
working-directory: split-tests-java

merge-junit-reports/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
run: cp junit-reports-artifact/*.xml junit-reports/
101101

102102
- name: Update JUnit reports
103-
uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9
103+
uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10
104104
with:
105105
message: 'Update JUnit reports'
106106
add: '*.xml'

0 commit comments

Comments
 (0)