Skip to content

Commit c2dbdef

Browse files
authored
Merge pull request #37 from dnzxy/update-browserbuild-dependencies
Bump browser build dependencies to Node 20
2 parents c735fcc + f0fca4c commit c2dbdef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/add_identifiers.yml

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

2121
# Checks-out the repo
2222
- name: Checkout Repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
# Patch Fastlane Match to not print tables
2626
- name: Patch Match Tables

.github/workflows/build_loopcaregiver.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Checks-out the repo
2222
- name: Checkout Repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
submodules: recursive
2626

@@ -57,7 +57,7 @@ jobs:
5757

5858
# Upload IPA and Symbols
5959
- name: Upload IPA and Symbol artifacts
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: build-artifacts
6363
path: |

.github/workflows/create_certs.yml

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

2121
# Checks-out the repo
2222
- name: Checkout Repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
# Patch Fastlane Match to not print tables
2626
- name: Patch Match Tables

.github/workflows/validate_secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
TEAMID: ${{ secrets.TEAMID }}
124124
steps:
125125
- name: Checkout Repo
126-
uses: actions/checkout@v3
126+
uses: actions/checkout@v4
127127

128128
# Sync the GitHub runner clock with the Windows time server (workaround as suggested in https://github.com/actions/runner/issues/2996)
129129
- name: Sync clock

0 commit comments

Comments
 (0)