Skip to content

Commit 03039ae

Browse files
committed
chore: fixes for Github Actions
1 parent 369abd9 commit 03039ae

3 files changed

Lines changed: 9 additions & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ concurrency:
2626
group: release
2727
cancel-in-progress: false
2828

29-
env:
30-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
31-
3229
jobs:
3330
validate:
3431
runs-on: ubuntu-latest
@@ -75,14 +72,14 @@ jobs:
7572
run: corepack enable
7673

7774
- name: Setup Java
78-
uses: actions/setup-java@v4
75+
uses: actions/setup-java@v5
7976
with:
8077
distribution: temurin
8178
java-version: "17"
8279
cache: gradle
8380

8481
- name: Setup Android SDK
85-
uses: android-actions/setup-android@v3
82+
uses: android-actions/setup-android@v4
8683

8784
- name: Install dependencies
8885
run: yarn install --immutable
@@ -152,7 +149,7 @@ jobs:
152149
run: yarn install --immutable
153150

154151
- name: Setup MSBuild
155-
uses: microsoft/setup-msbuild@v2
152+
uses: microsoft/setup-msbuild@v3
156153

157154
- name: Generate codegen
158155
shell: powershell

.github/workflows/validate.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
types:
1212
- checks_requested
1313

14-
env:
15-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
16-
1714
jobs:
1815
validate:
1916
runs-on: ubuntu-latest
@@ -60,14 +57,14 @@ jobs:
6057
run: corepack enable
6158

6259
- name: Setup Java
63-
uses: actions/setup-java@v4
60+
uses: actions/setup-java@v5
6461
with:
6562
distribution: temurin
6663
java-version: "17"
6764
cache: gradle
6865

6966
- name: Setup Android SDK
70-
uses: android-actions/setup-android@v3
67+
uses: android-actions/setup-android@v4
7168

7269
- name: Install dependencies
7370
run: yarn install --immutable
@@ -137,7 +134,7 @@ jobs:
137134
run: yarn install --immutable
138135

139136
- name: Setup MSBuild
140-
uses: microsoft/setup-msbuild@v2
137+
uses: microsoft/setup-msbuild@v3
141138

142139
- name: Generate codegen
143140
shell: powershell

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@
100100
],
101101
"repository": {
102102
"type": "git",
103-
"url": "git+http://github.com/hsjoberg/react-native-turbo-sqlite.git"
103+
"url": "git+https://github.com/smolcars/react-native-turbo-sqlite.git"
104104
},
105105
"author": "Hampus Sjöberg <hampus.sjoberg@protonmail.com> (http://blixtwallet.com)",
106106
"license": "MIT",
107107
"bugs": {
108-
"url": "http://github.com/hsjoberg/react-native-turbo-sqlite/issues"
108+
"url": "https://github.com/smolcars/react-native-turbo-sqlite/issues"
109109
},
110-
"homepage": "http://github.com/hsjoberg/react-native-turbo-sqlite#readme",
110+
"homepage": "https://github.com/smolcars/react-native-turbo-sqlite#readme",
111111
"publishConfig": {
112112
"registry": "https://registry.npmjs.org/"
113113
},

0 commit comments

Comments
 (0)