Skip to content

Commit

Permalink
Merge pull request #75 from teverett/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4.6.0

Bump actions/setup-java from 4.5.0 to 4.6.0
  • Loading branch information
teverett authored Jan 5, 2025
2 parents f31a51b + dc55615 commit 7e134de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
languages: ${{ matrix.language }}

- name: Set up JDK
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: 21
Expand Down

0 comments on commit 7e134de

Please sign in to comment.