Skip to content

Commit a857033

Browse files
Merge pull request #104 from OpenDTU-App/95-upgrade-to-react-native-0742
2 parents 1b918b2 + 00ac427 commit a857033

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
yarn install --immutable --check-cache
3838
3939
- name: Cache Gradle Wrapper
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.gradle/wrapper
4343
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/android/gradle/wrapper/gradle-wrapper.properties') }}
4444

4545
- name: Cache Gradle Dependencies
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
with:
4848
path: ~/.gradle/caches
4949
key: ${{ runner.os }}-gradle-${{ hashFiles('**/android/build.gradle') }}
@@ -58,7 +58,7 @@ jobs:
5858
cd android && ./gradlew assembleRelease --no-daemon
5959
6060
- name: Upload APK as artifact
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: opendtu-app
6464
if-no-files-found: error

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
yarn install --immutable --check-cache
3939
4040
- name: Cache Gradle Wrapper
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.gradle/wrapper
4444
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/android/gradle/wrapper/gradle-wrapper.properties') }}
4545

4646
- name: Cache Gradle Dependencies
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.gradle/caches
5050
key: ${{ runner.os }}-gradle-${{ hashFiles('**/android/build.gradle') }}
@@ -84,7 +84,7 @@ jobs:
8484
rm android/app/build/outputs/apk/release/*-aligned.apk
8585

8686
- name: Upload APK as artifact
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: opendtu-app
9090
path: android/app/build/outputs/apk/release/*.apk

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"prometheus-query": "^3.4.0",
5858
"react": "18.3.1",
5959
"react-i18next": "^14.1.1",
60-
"react-native": "^0.74.1",
60+
"react-native": "0.74.2",
6161
"react-native-charts-wrapper": "^0.6.0",
6262
"react-native-fast-image": "^8.6.3",
6363
"react-native-flex-layout": "^0.1.5",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11841,7 +11841,7 @@ __metadata:
1184111841
prometheus-query: ^3.4.0
1184211842
react: 18.3.1
1184311843
react-i18next: ^14.1.1
11844-
react-native: ^0.74.1
11844+
react-native: 0.74.2
1184511845
react-native-charts-wrapper: ^0.6.0
1184611846
react-native-fast-image: ^8.6.3
1184711847
react-native-flex-layout: ^0.1.5
@@ -12939,7 +12939,7 @@ __metadata:
1293912939
languageName: node
1294012940
linkType: hard
1294112941

12942-
"react-native@npm:^0.74.1":
12942+
"react-native@npm:0.74.2":
1294312943
version: 0.74.2
1294412944
resolution: "react-native@npm:0.74.2"
1294512945
dependencies:

0 commit comments

Comments
 (0)