We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3245b8 commit e6687baCopy full SHA for e6687ba
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v5.0.0
18
- - uses: gradle/actions/wrapper-validation@v4
+ - uses: gradle/actions/wrapper-validation@v5
19
20
lint:
21
needs: [ validation ]
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
14
publish:
needs: [validation]
0 commit comments