Skip to content

Commit b43c183

Browse files
authored
Merge pull request #290 from reown-com/chore/consolidate-dependabot-updates
chore: consolidate dependabot dependency updates
2 parents 7c0c817 + 903be42 commit b43c183

File tree

20 files changed

+38
-38
lines changed

20 files changed

+38
-38
lines changed

.github/actions/ci_instrumented_tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
MERCHANT_API_KEY: ${{ inputs.merchantApiKey }}
5252
run: ./gradlew ${{ inputs.command }} -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect
5353

54-
- uses: actions/upload-artifact@v4
54+
- uses: actions/upload-artifact@v5
5555
if: always()
5656
with:
5757
name: ${{ inputs.name }}

.github/workflows/ci_android_lint.yml

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Set up JDK 17
2121
uses: actions/setup-java@v5

.github/workflows/ci_assemble.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build_sdk:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Setup Java 17
2525
uses: actions/setup-java@v5

.github/workflows/ci_db_migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: ${{ matrix.conf.name }}
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- name: Setup Java 17
3434
uses: actions/setup-java@v5

.github/workflows/ci_debug_sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: ${{ matrix.conf.name }}
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Setup Java 17
2222
uses: actions/setup-java@v5

.github/workflows/ci_e2e_tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build Internal ${{ matrix.conf.name }}
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Setup Java 17
2525
uses: actions/setup-java@v5
@@ -63,7 +63,7 @@ jobs:
6363
./gradlew ${{ matrix.conf.command }}
6464
6565
- name: Upload APKs
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: ${{ matrix.conf.name }}-apk
6969
path: sample/${{ matrix.conf.name }}/build/outputs/apk/internal/*.apk
@@ -76,7 +76,7 @@ jobs:
7676
needs: build_internal_samples
7777
steps:
7878
- name: Checkout repository
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080

8181
- name: Enable KVM
8282
run: |
@@ -91,7 +91,7 @@ jobs:
9191
java-version: '17'
9292

9393
- name: Download all APKs
94-
uses: actions/download-artifact@v5
94+
uses: actions/download-artifact@v6
9595
with:
9696
pattern: "*-apk"
9797
path: apks
@@ -251,15 +251,15 @@ jobs:
251251

252252
- name: Upload debug artifacts
253253
if: always()
254-
uses: actions/upload-artifact@v4
254+
uses: actions/upload-artifact@v5
255255
with:
256256
name: debug-artifacts
257257
path: debug-artifacts/
258258
if-no-files-found: warn
259259

260260
- name: Upload Maestro artifacts
261261
if: always()
262-
uses: actions/upload-artifact@v4
262+
uses: actions/upload-artifact@v5
263263
with:
264264
name: maestro-artifacts
265265
path: |

.github/workflows/ci_github_release.yml

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

1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: Generate Release Notes
1515
id: drafter

.github/workflows/ci_instrumented_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Run Instrumented Tests
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939

.github/workflows/ci_internal_sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: ${{ matrix.conf.name }}
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Setup Java 17
3131
uses: actions/setup-java@v5

.github/workflows/ci_pay_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Run Pay Integration Tests
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232

0 commit comments

Comments
 (0)