Skip to content

Commit aff142b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fluentforms-ci.yml

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

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Set up JDK 21 for Shared Runner
18-
uses: actions/setup-java@v4
18+
uses: actions/setup-java@v5
1919
with:
2020
distribution: 'oracle'
2121
java-version: '21'

0 commit comments

Comments
 (0)