Skip to content

Commit 9e901e6

Browse files
[#32] Update Oztechan/Global digest to d479ff9 (#207)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]>
1 parent 82d5f9f commit 9e901e6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Setup Gradle Repo
17-
uses: Oztechan/Global/actions/setup-gradle-repo@9ebcfe7cd8670187e6dc14c539718b03d0c07d5b
17+
uses: Oztechan/Global/actions/setup-gradle-repo@d479ff996a9c42b89bf102056a850f2f4b0056f8
1818

1919
- name: Gradle Build
2020
run: ./gradlew build koverXmlReport --parallel

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
ProjectAutomations:
17-
uses: Oztechan/Global/.github/workflows/reusable-project-submodules.yml@9ebcfe7cd8670187e6dc14c539718b03d0c07d5b
17+
uses: Oztechan/Global/.github/workflows/reusable-project-submodules.yml@d479ff996a9c42b89bf102056a850f2f4b0056f8
1818
with:
1919
project_id: 1
2020
secrets:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99

1010
PublishRelease:
11-
uses: Oztechan/Global/.github/workflows/reusable-publish.yml@9ebcfe7cd8670187e6dc14c539718b03d0c07d5b
11+
uses: Oztechan/Global/.github/workflows/reusable-publish.yml@d479ff996a9c42b89bf102056a850f2f4b0056f8
1212
with:
1313
slack_channel: "submob"
1414
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Setup Gradle Repo
15-
uses: Oztechan/Global/actions/setup-gradle-repo@9ebcfe7cd8670187e6dc14c539718b03d0c07d5b
15+
uses: Oztechan/Global/actions/setup-gradle-repo@d479ff996a9c42b89bf102056a850f2f4b0056f8
1616

1717
- name: Publish
1818
run: ./gradlew publish

0 commit comments

Comments
 (0)