Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4.4.3
uses: gradle/actions/wrapper-validation@v5.0.2
- name: Build with Gradle
run: ./gradlew build --warning-mode all

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4.4.3
uses: gradle/actions/wrapper-validation@v5.0.2
- name: Set version env variable
run: |
echo "runnumber=${{ github.run_number }}" >> $GITHUB_ENV
Expand All @@ -72,7 +72,7 @@ jobs:
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4.4.3
uses: gradle/actions/wrapper-validation@v5.0.2
- name: Set env variables
run: |
echo "REPOSILITE_USER=${{ secrets.REPOSILITE_USER }}" >> $GITHUB_ENV
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4.4.3
uses: gradle/actions/wrapper-validation@v5.0.2
- name: Set env variables
run: |
echo "runnumber=${{ github.run_number }}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
distribution: 'adopt'
cache: gradle
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4.4.3
uses: gradle/actions/wrapper-validation@v5.0.2
- name: Set env variables
run: |
echo "REPOSILITE_USER=${{ secrets.REPOSILITE_USER }}" >> $GITHUB_ENV
Expand Down