Skip to content

Commit

Permalink
Merge pull request #134 from svekar/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-java-4.2.2

Bump actions/setup-java from 4.2.1 to 4.2.2
  • Loading branch information
svekar authored Aug 18, 2024
2 parents 5b3db48 + 115d40b commit d999f2c
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-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: '21'
distribution: 'zulu'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
java-version: '21'
distribution: 'zulu'
Expand Down

0 comments on commit d999f2c

Please sign in to comment.