Skip to content

Commit

Permalink
fix(github-actions): updated setup-java from v2 to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 8, 2024
1 parent bda87c0 commit 9e119ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '11'
Expand Down

0 comments on commit 9e119ac

Please sign in to comment.