Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/release-drafter/re…
Browse files Browse the repository at this point in the history
…lease-drafter-6.0.0
  • Loading branch information
guizmaii authored Mar 4, 2024
2 parents b70e752 + fee60e5 commit 592bd90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand All @@ -28,7 +28,7 @@ jobs:
shell: bash
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: olafurpg/setup-gpg@v3
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit 592bd90

Please sign in to comment.