Skip to content

Commit c50ff31

Browse files
committed
ci: update workflows
1 parent 605d600 commit c50ff31

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/[email protected]
16+
with:
17+
fetch-depth: 0
1618

1719
- name: Setup
1820
uses: ./.github/actions/setup
@@ -37,6 +39,8 @@ jobs:
3739
steps:
3840
- name: Checkout
3941
uses: actions/[email protected]
42+
with:
43+
fetch-depth: 0
4044

4145
- name: Setup
4246
uses: ./.github/actions/setup
@@ -50,6 +54,8 @@ jobs:
5054
steps:
5155
- name: Checkout
5256
uses: actions/[email protected]
57+
with:
58+
fetch-depth: 0
5359

5460
- name: Setup
5561
uses: ./.github/actions/setup
@@ -93,6 +99,8 @@ jobs:
9399
steps:
94100
- name: Checkout
95101
uses: actions/[email protected]
102+
with:
103+
fetch-depth: 0
96104

97105
- name: Setup
98106
uses: ./.github/actions/setup

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/[email protected]
2828
with:
29-
fetch-depth: 0 # wichtig für semantic-release, damit alle Tags vorhanden sind
29+
fetch-depth: 0
3030

3131
- name: Setup
3232
uses: ./.github/actions/setup

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,7 +2504,7 @@ PODS:
25042504
- ReactCommon/turbomodule/core
25052505
- SocketRocket
25062506
- Yoga
2507-
- RNGoogleMapsPlus (1.8.6):
2507+
- RNGoogleMapsPlus (1.8.7):
25082508
- boost
25092509
- DoubleConversion
25102510
- fast_float
@@ -3120,7 +3120,7 @@ SPEC CHECKSUMS:
31203120
ReactCodegen: 0bce2d209e2e802589f4c5ff76d21618200e74cb
31213121
ReactCommon: 801eff8cb9c940c04d3a89ce399c343ee3eff654
31223122
RNGestureHandler: 67501c6d447027581aa1d8e5a7a3ea5a7f0a89ff
3123-
RNGoogleMapsPlus: d94844f2d397099f2153d5f9a29e96f70f547bde
3123+
RNGoogleMapsPlus: d64028210f2a3b74aa6a7f440ac773c3f1247c93
31243124
RNReanimated: 05c5a85c3ee54ac68d60c8a9b42dbc441e3326ca
31253125
RNScreens: 98771ad898d1c0528fc8139606bbacf5a2e9d237
31263126
RNWorklets: ab618bf7d1c7fd2cb793b9f0f39c3e29274b3ebf

0 commit comments

Comments
 (0)