Skip to content

Commit 53fe087

Browse files
committed
⬆️ Update CI build to use v5 of checkout and setup-java
1 parent aff142b commit 53fe087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rest-services-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up JDK 21 for Shared Runner
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
distribution: 'oracle'
2020
java-version: '21'

0 commit comments

Comments
 (0)