Skip to content

Commit 9543cd5

Browse files
Update gradle/actions action to v5
1 parent b6c5817 commit 9543cd5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: 'adopt'
1919
cache: gradle
2020
- name: Validate Gradle wrapper
21-
uses: gradle/actions/wrapper-validation@v4.4.3
21+
uses: gradle/actions/wrapper-validation@v5.0.0
2222
- name: Build with Gradle
2323
run: ./gradlew build --warning-mode all
2424

@@ -48,7 +48,7 @@ jobs:
4848
distribution: 'adopt'
4949
cache: gradle
5050
- name: Validate Gradle wrapper
51-
uses: gradle/actions/wrapper-validation@v4.4.3
51+
uses: gradle/actions/wrapper-validation@v5.0.0
5252
- name: Set version env variable
5353
run: |
5454
echo "runnumber=${{ github.run_number }}" >> $GITHUB_ENV
@@ -72,7 +72,7 @@ jobs:
7272
distribution: 'adopt'
7373
cache: gradle
7474
- name: Validate Gradle wrapper
75-
uses: gradle/actions/wrapper-validation@v4.4.3
75+
uses: gradle/actions/wrapper-validation@v5.0.0
7676
- name: Set env variables
7777
run: |
7878
echo "REPOSILITE_USER=${{ secrets.REPOSILITE_USER }}" >> $GITHUB_ENV
@@ -126,7 +126,7 @@ jobs:
126126
distribution: 'adopt'
127127
cache: gradle
128128
- name: Validate Gradle wrapper
129-
uses: gradle/actions/wrapper-validation@v4.4.3
129+
uses: gradle/actions/wrapper-validation@v5.0.0
130130
- name: Set env variables
131131
run: |
132132
echo "runnumber=${{ github.run_number }}" >> $GITHUB_ENV

.github/workflows/repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: 'adopt'
1818
cache: gradle
1919
- name: Validate Gradle wrapper
20-
uses: gradle/actions/wrapper-validation@v4.4.3
20+
uses: gradle/actions/wrapper-validation@v5.0.0
2121
- name: Set env variables
2222
run: |
2323
echo "REPOSILITE_USER=${{ secrets.REPOSILITE_USER }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)