From 6f8770d6e14c50f4be6ff1ef5d0ebb9f80088039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:45:01 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 2 updates Bumps the dependencies group with 2 updates in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `ruby/setup-ruby` from 1.194.0 to 1.196.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/c04af2bb7258bb6a03df1d3c1865998ac9390972...f26937343756480a8cb3ae1f623b9c8d89ed6984) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-android.yaml | 6 +++--- .github/workflows/deploy-ios.yaml | 4 ++-- .github/workflows/tag-release.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy-android.yaml b/.github/workflows/deploy-android.yaml index 7e480f4e..716af251 100644 --- a/.github/workflows/deploy-android.yaml +++ b/.github/workflows/deploy-android.yaml @@ -41,7 +41,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/android @@ -75,7 +75,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact aab - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/build/app/outputs/bundle/release/app-release.aab name: release-aab @@ -106,7 +106,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/android diff --git a/.github/workflows/deploy-ios.yaml b/.github/workflows/deploy-ios.yaml index 82c44ba4..0e85db50 100644 --- a/.github/workflows/deploy-ios.yaml +++ b/.github/workflows/deploy-ios.yaml @@ -57,7 +57,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/ios @@ -111,7 +111,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact ipa - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/ios/Runner.ipa name: release-ios diff --git a/.github/workflows/tag-release.yaml b/.github/workflows/tag-release.yaml index 7c4a3750..9ebe4561 100644 --- a/.github/workflows/tag-release.yaml +++ b/.github/workflows/tag-release.yaml @@ -42,7 +42,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/android @@ -67,7 +67,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact aab - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/build/app/outputs/bundle/release/app-release.aab name: release-aab @@ -155,7 +155,7 @@ jobs: - name: Set up ruby # https://github.com/ruby/setup-ruby/tree/v1/ - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: bundler-cache: true working-directory: app/ios @@ -209,7 +209,7 @@ jobs: run: bundle exec fastlane build - name: Upload artifact ipa - uses: actions/upload-artifact@v4.4.0 + uses: actions/upload-artifact@v4.4.3 with: path: app/ios/Runner.ipa name: release-ios