Skip to content

Commit a7c7ea0

Browse files
[deps]: Update gh minor
1 parent 8cd52a7 commit a7c7ea0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/actions/setup-android-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
1313

1414
- name: Configure Ruby
15-
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
15+
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
1616
with:
1717
bundler-cache: true
1818

.github/workflows/publish-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
with:
7878
persist-credentials: false
7979
- name: Configure Ruby
80-
uses: ruby/setup-ruby@6aaa311d81eba98ae12eaffbcb63296ace0efcde # v1.307.0
80+
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
8181
with:
8282
bundler-cache: true
8383

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Upload to codecov.io
9191
if: always() && matrix.group != 'static-analysis' && (github.event_name == 'push' || github.event_name == 'pull_request')
92-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
92+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
9393
continue-on-error: true
9494
with:
9595
os: linux
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121
- name: Notify Codecov that all uploads are complete
122122
id: codecov-notify
123-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
123+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
124124
continue-on-error: true
125125
with:
126126
run_command: send-notifications

0 commit comments

Comments
 (0)