Skip to content

Commit 7b45999

Browse files
authored
Merge pull request #124 from rabbitmq/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 62e9721 + 45ae4df commit 7b45999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- name: Set up JDK 8
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: "8"
1818
distribution: "adopt"

0 commit comments

Comments
 (0)