Skip to content

Commit

Permalink
Merge pull request #228 from ge-high-assurance/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-java-4.6.0

Bump actions/setup-java from 4.2.2 to 4.6.0
  • Loading branch information
saratge authored Jan 10, 2025
2 parents deb70bf + e4fa1d0 commit d7dbbfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Set up Java and Maven
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.6.0
with:
cache: maven
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Set up Java and Maven
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.6.0
with:
cache: maven
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Set up Java and Maven
uses: actions/setup-java@v4.2.2
uses: actions/setup-java@v4.6.0
with:
cache: maven
distribution: ${{ matrix.distribution }}
Expand Down

0 comments on commit d7dbbfe

Please sign in to comment.