Skip to content

Commit

Permalink
Merge pull request stCarolas#2 from hb0730/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-java-3

Bump actions/setup-java from 1 to 3
  • Loading branch information
hb0730 authored Nov 22, 2023
2 parents 361263f + d17b20c commit 1aaba6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: 1.8
- name: Maven Action Test
Expand Down

0 comments on commit 1aaba6d

Please sign in to comment.