Skip to content

Commit abe0712

Browse files
authored
Update main.yml
1 parent 26898d4 commit abe0712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
token: ${{ secrets.CI_TOKEN }}
2727
submodules: true
2828
- name: Build Project
2929
timeout-minutes: 10
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
java-version: '17'
3333
distribution: 'temurin'

0 commit comments

Comments
 (0)