Skip to content

Commit

Permalink
Merge pull request #482 from aregtech/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-actions-1698d9c701

Bump actions/setup-java from 4.5.0 to 4.6.0 in the github-actions group
  • Loading branch information
aregtech authored Jan 2, 2025
2 parents bd1eafd + d860e04 commit fa3e56b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java JDK to run code generator
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: 17
java-package: jre
Expand Down
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: Setup Java JDK to run code generator
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: 17
java-package: jre
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java JDK to run code generator
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: 17
java-package: jre
Expand Down

0 comments on commit fa3e56b

Please sign in to comment.