Skip to content

Commit b223bdb

Browse files
authored
Merge pull request #38 from BluevaDevelopment/dependabot/github_actions/actions/setup-java-4.5.0
Bump actions/setup-java from 4.2.1 to 4.5.0
2 parents f03025d + ad0e9c5 commit b223bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Step 1 - Checkout main branch from GitHub
1010
uses: actions/checkout@v4.1.7
1111
- name: Step 2 - Set up JDK 17
12-
uses: actions/setup-java@v4.2.1
12+
uses: actions/setup-java@v4.5.0
1313
with:
1414
java-version: 17
1515
distribution: 'corretto'

0 commit comments

Comments
 (0)