Skip to content

Commit

Permalink
chore: change unmanaged dependency steps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 21, 2024
1 parent fc69344 commit 0d1e0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unmanaged_dependency_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
unmanaged_dependency_check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v4
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit 0d1e0d8

Please sign in to comment.