Skip to content

Commit

Permalink
Bump actions/setup-java from 4.4.0 to 4.5.0 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 731e01c commit 6937389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
scope: '@inrupt'
# The following step sets up Maven.
- name: Set up JDK 11
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 11
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
scope: '@inrupt'
# The following step sets up Maven.
- name: Set up JDK 11
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
java-version: 11
distribution: 'temurin'
Expand Down

0 comments on commit 6937389

Please sign in to comment.