We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5139e commit dd2352fCopy full SHA for dd2352f
.github/workflows/cd-config.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: gradle/wrapper-validation-action@v2
+ - uses: gradle/wrapper-validation-action@v3
15
16
build:
17
.github/workflows/ci-config.yml
@@ -15,7 +15,7 @@ jobs:
18
19
20
21
needs: [validation]
0 commit comments