Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gradle/gradle-build-action from 3.4.1 to 3.4.2 #79

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: 'Execute Gradle build'
id: build
uses: gradle/gradle-build-action@v3.4.1
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: wrapper
arguments: |
Expand All @@ -74,7 +74,7 @@ jobs:
- name: 'Publish a snapshot (Java 17 only)'
id: publish
if: ${{ github.event_name == 'push' && github.ref_type == 'branch' && github.ref == 'refs/heads/master' && matrix.java-version == 17 }}
uses: gradle/gradle-build-action@v3.4.1
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: wrapper
arguments: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-konan-

- name: 'Execute Gradle build'
uses: gradle/gradle-build-action@v3.4.1
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: wrapper
arguments: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dokka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-konan-

- name: 'Execute Gradle build'
uses: gradle/gradle-build-action@v3.4.1
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: wrapper
arguments: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: 'Publish a release of lib'
id: publish-core
uses: gradle/gradle-build-action@v3.4.1
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: wrapper
arguments: |
Expand All @@ -51,7 +51,7 @@ jobs:

- name: 'Publish a release of plugin'
id: publish-plugin
uses: gradle/gradle-build-action@v3.4.1
uses: gradle/gradle-build-action@v3.4.2
with:
gradle-version: wrapper
arguments: |
Expand Down
Loading