Skip to content

Commit ddfa199

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-5
2 parents 2ef5977 + 7cfedbd commit ddfa199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2626
- uses: actions/checkout@v5
27-
- uses: actions/setup-java@v4
27+
- uses: actions/setup-java@v5
2828
with:
2929
distribution: 'corretto'
3030
java-version: '8'

0 commit comments

Comments
 (0)