Skip to content

Commit 3fd25d6

Browse files
committed
Update actions deps
1 parent 719a929 commit 3fd25d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
AVD_NAME: ubuntu-avd-x86_64-31
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
with:
1515
persist-credentials: false
1616

@@ -33,13 +33,13 @@ jobs:
3333
key: avd-31
3434

3535
- name: Setup NodeJS
36-
uses: actions/setup-node@v4
36+
uses: actions/setup-node@v5
3737
with:
3838
node-version: 18
3939
cache: 'yarn'
4040

4141
- name: Set up JDK 17
42-
uses: actions/setup-java@v3
42+
uses: actions/setup-java@v5
4343
with:
4444
java-version: 17
4545
distribution: 'adopt'
@@ -90,7 +90,7 @@ jobs:
9090
name: Test iOS (Only build)
9191
runs-on: macOS-13
9292
steps:
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v5
9494
with:
9595
persist-credentials: false
9696

@@ -108,7 +108,7 @@ jobs:
108108
key: ${{ runner.os }}-${{ hashFiles('tests/ios/Podfile.lock') }}
109109

110110
- name: Setup NodeJS
111-
uses: actions/setup-node@v4
111+
uses: actions/setup-node@v5
112112
with:
113113
node-version: 18
114114
cache: 'yarn'

0 commit comments

Comments
 (0)