Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from eygraber/dependabot/github_actions/master…
Browse files Browse the repository at this point in the history
…/actions/setup-java-3.0.0

Dependabot: Bump actions/setup-java from 2.5.0 to 3.0.0
  • Loading branch information
eygraber committed Feb 24, 2022
2 parents fd0f87a + 46fe8bb commit d4ee5e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- uses: actions/setup-java@v2.5.0
- uses: actions/setup-java@v3.0.0
with:
distribution: 'zulu'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version-file: ${{ env.VERSION_FILE }}
version-file-extraction-pattern: ${{ env.VERSION_EXTRACT_PATTERN }}

- uses: actions/setup-java@v2.5.0
- uses: actions/setup-java@v3.0.0
with:
distribution: 'zulu'
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishSnapshotRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: |
${{ runner.os }}-gradle-
- uses: actions/setup-java@v2.5.0
- uses: actions/setup-java@v3.0.0
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit d4ee5e6

Please sign in to comment.