Skip to content

Commit

Permalink
Merge pull request #1259 from cassandre-tech/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/development/actions/setup-java-4.1.0

Bump actions/setup-java from 4.0.0 to 4.1.0
  • Loading branch information
straumat committed Mar 26, 2024
2 parents b3ab680 + e3c70b3 commit 78a4bbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-branch-push-or-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
# ================================================================================================================
- name: JDK 17 Setup
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# ================================================================================================================
- name: JDK 17 Setup
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-tag-push-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# ================================================================================================================
- name: JDK 17 Setup
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v4.1.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit 78a4bbf

Please sign in to comment.