Skip to content

Commit 8773a04

Browse files
Bump gradle/wrapper-validation-action from 1 to 2 (#769)
1 parent b0a6762 commit 8773a04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: gradle/wrapper-validation-action@v1
14+
- uses: gradle/wrapper-validation-action@v2
1515

1616
build:
1717
runs-on: ubuntu-latest

.github/workflows/ci-config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: gradle/wrapper-validation-action@v1
18+
- uses: gradle/wrapper-validation-action@v2
1919

2020
build:
2121
needs: [validation]

0 commit comments

Comments
 (0)