We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7877a8b commit 9cc76b3Copy full SHA for 9cc76b3
.github/workflows/pre-merge.yaml
@@ -18,6 +18,6 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v3
20
- name: Cache
21
- uses: gradle/gradle-build-action@v2
+ uses: gradle/gradle-build-action@v2.4.2
22
- name: Validate
23
run: ./gradlew check validatePlugins --continue
.github/workflows/publish-plugin.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Publish
0 commit comments