Skip to content

Commit

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

Bump actions/setup-java from 4.2.1 to 4.4.0
  • Loading branch information
teverett authored Sep 29, 2024
2 parents 61aeedd + 38a2ff9 commit fa627a0
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.2.1
uses: actions/setup-java@v4.4.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.2.1
uses: actions/setup-java@v4.4.0
with:
distribution: 'temurin'
java-version: 21
Expand Down

0 comments on commit fa627a0

Please sign in to comment.