From a0b14b57b39372518782ae8a3f34e0390a35e9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:39:51 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- .github/workflows/pull_request.yml | 12 ++++++------ .github/workflows/push.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d07e7715..f39d08d26 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: build: runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK uses: actions/setup-java@v4 with: @@ -62,7 +62,7 @@ jobs: documentation: runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK uses: actions/setup-java@v4 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 88de4bbce..dc8efb0d0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,7 +11,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK uses: actions/setup-java@v4 with: @@ -29,7 +29,7 @@ jobs: js_test_jobs_matrix: ${{ steps.dataStep.outputs.js_test_jobs_matrix }} jvm_test_jobs_matrix: ${{ steps.dataStep.outputs.jvm_test_jobs_matrix }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK uses: actions/setup-java@v4 with: @@ -53,7 +53,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.jobMatrixSetup.outputs.emulator_jobs_matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Enable KVM group perms run: | echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules @@ -87,7 +87,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.jobMatrixSetup.outputs.js_test_jobs_matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup test environment uses: ./.github/actions/setup_test_action timeout-minutes: 10 @@ -118,7 +118,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.jobMatrixSetup.outputs.ios_test_jobs_matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Cocoapods cache uses: actions/cache@v4 with: @@ -157,7 +157,7 @@ jobs: fail-fast: false matrix: ${{ fromJson(needs.jobMatrixSetup.outputs.jvm_test_jobs_matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup test environment uses: ./.github/actions/setup_test_action timeout-minutes: 10 diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d93360b65..c3ca6bfb0 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,7 +8,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.head_ref }} - name: Set up JDK From 997ecefad10100b2b467ab06d6322bbdc1990978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 05:43:29 +0000 Subject: [PATCH 2/2] Apply automatic changes --- firebase-analytics/package.json | 4 ++-- firebase-auth/package.json | 4 ++-- firebase-config/package.json | 4 ++-- firebase-crashlytics/package.json | 4 ++-- firebase-perf/package.json | 4 ++-- firebase-storage/package.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/firebase-analytics/package.json b/firebase-analytics/package.json index 047cf14c4..5d9745c01 100644 --- a/firebase-analytics/package.json +++ b/firebase-analytics/package.json @@ -1,6 +1,6 @@ { "name": "@gitlive/firebase-analytics", - "version": "2.1.0", + "version": "2.2.0", "description": "Wrapper around firebase for usage in Kotlin Multiplatform projects", "main": "firebase-analytics.js", "scripts": { @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk", "dependencies": { - "@gitlive/firebase-app": "2.1.0", + "@gitlive/firebase-app": "2.2.0", "firebase": "9.19.1", "kotlin": "1.6.10", "kotlinx-coroutines-core": "1.6.1-native-mt" diff --git a/firebase-auth/package.json b/firebase-auth/package.json index 5a2fe936b..86b44cc7d 100644 --- a/firebase-auth/package.json +++ b/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@gitlive/firebase-auth", - "version": "2.1.0", + "version": "2.2.0", "description": "Wrapper around firebase for usage in Kotlin Multiplatform projects", "main": "firebase-auth.js", "scripts": { @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk", "dependencies": { - "@gitlive/firebase-app": "2.1.0", + "@gitlive/firebase-app": "2.2.0", "firebase": "9.19.1", "kotlin": "1.8.20", "kotlinx-coroutines-core": "1.6.4" diff --git a/firebase-config/package.json b/firebase-config/package.json index e8684ce16..13cdb9d60 100644 --- a/firebase-config/package.json +++ b/firebase-config/package.json @@ -1,6 +1,6 @@ { "name": "@gitlive/firebase-config", - "version": "2.1.0", + "version": "2.2.0", "description": "Wrapper around firebase for usage in Kotlin Multiplatform projects", "main": "firebase-config.js", "scripts": { @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk", "dependencies": { - "@gitlive/firebase-app": "2.1.0", + "@gitlive/firebase-app": "2.2.0", "firebase": "9.19.1", "kotlin": "1.8.20", "kotlinx-coroutines-core": "1.6.4" diff --git a/firebase-crashlytics/package.json b/firebase-crashlytics/package.json index 77903f7d4..73fb722bf 100644 --- a/firebase-crashlytics/package.json +++ b/firebase-crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@gitlive/firebase-crashlytics", - "version": "2.1.0", + "version": "2.2.0", "description": "Wrapper around firebase for usage in Kotlin Multiplatform projects", "main": "firebase-crashlytics.js", "scripts": { @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk", "dependencies": { - "@gitlive/firebase-app": "2.1.0", + "@gitlive/firebase-app": "2.2.0", "firebase": "9.19.1", "kotlin": "1.6.10", "kotlinx-coroutines-core": "1.6.1-native-mt" diff --git a/firebase-perf/package.json b/firebase-perf/package.json index 4efea2201..3f1fbab22 100644 --- a/firebase-perf/package.json +++ b/firebase-perf/package.json @@ -1,6 +1,6 @@ { "name": "@gitlive/firebase-perf", - "version": "2.1.0", + "version": "2.2.0", "description": "Wrapper around firebase for usage in Kotlin Multiplatform projects", "main": "firebase-perf.js", "scripts": { @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk", "dependencies": { - "@gitlive/firebase-app": "2.1.0", + "@gitlive/firebase-app": "2.2.0", "firebase": "9.19.1", "kotlin": "1.6.10", "kotlinx-coroutines-core": "1.6.1-native-mt" diff --git a/firebase-storage/package.json b/firebase-storage/package.json index 8d6168aab..e791958c2 100644 --- a/firebase-storage/package.json +++ b/firebase-storage/package.json @@ -1,6 +1,6 @@ { "name": "@gitlive/firebase-storage", - "version": "2.1.0", + "version": "2.2.0", "description": "Wrapper around firebase for usage in Kotlin Multiplatform projects", "main": "firebase-storage.js", "scripts": { @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/GitLiveApp/firebase-kotlin-sdk", "dependencies": { - "@gitlive/firebase-app": "2.1.0", + "@gitlive/firebase-app": "2.2.0", "firebase": "9.19.1", "kotlin": "1.6.10", "kotlinx-coroutines-core": "1.6.1-native-mt"