Skip to content

Commit

Permalink
Merge pull request #1174 from adorsys/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4.5.0

Bump actions/setup-java from 4.4.0 to 4.5.0
  • Loading branch information
AssahBismarkabah authored Nov 27, 2024
2 parents bb52a66 + 6c8923b commit 4231cdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0

- name: Setup java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: 21
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup java ${{ matrix.java }}
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup java
uses: actions/setup-java@v4.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '21'
Expand Down

0 comments on commit 4231cdd

Please sign in to comment.