Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Use new Gradle actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Apr 16, 2024
1 parent 2e7921a commit 4cc3a6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/wrapper-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
git config --global user.name "JUnit Team"
git config --global user.email "[email protected]"
git config --global url."https://unused-username:${WRAPPER_UPGRADE_GIT_TOKEN}@github.com/".insteadOf "https://github.com/"
- uses: gradle/gradle-build-action@v3
with:
arguments: upgradeGradleWrapperAll
- uses: gradle/actions/setup-gradle@v3
- shell: bash
run: ./gradlew upgradeGradleWrapperAll
Maven:
runs-on: ubuntu-latest
steps:
Expand All @@ -45,6 +45,6 @@ jobs:
git config --global user.name "JUnit Team"
git config --global user.email "[email protected]"
git config --global url."https://unused-username:${WRAPPER_UPGRADE_GIT_TOKEN}@github.com/".insteadOf "https://github.com/"
- uses: gradle/gradle-build-action@v3
with:
arguments: upgradeMavenWrapperAll
- uses: gradle/actions/setup-gradle@v3
- shell: bash
run: ./gradlew upgradeMavenWrapperAll

0 comments on commit 4cc3a6e

Please sign in to comment.