Skip to content

Commit 256bb93

Browse files
authored
Merge pull request #63 from rabbitmq/dependabot/github_actions/main/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f0d0cca + 92fd22c commit 256bb93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-supported-java-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: '17'
1818
name: Test against Java ${{ matrix.distribution }} ${{ matrix.version }}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Set up JDK
2222
uses: actions/setup-java@v4
2323
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up JDK
1616
uses: actions/setup-java@v4
1717
with:

0 commit comments

Comments
 (0)