Skip to content

Commit

Permalink
build(deps): bump the dependencies group across 1 directory with 2 up…
Browse files Browse the repository at this point in the history
…dates

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](ruby/setup-ruby@c04af2b...f269373)

Updates `actions/upload-artifact` from 4.4.0 to 4.4.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 10f523b commit 6f8770d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: bundle exec fastlane build

- name: Upload artifact aab
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
path: app/build/app/outputs/bundle/release/app-release.aab
name: release-aab
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
run: bundle exec fastlane build

- name: Upload artifact ipa
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
path: app/ios/Runner.ipa
name: release-ios
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tag-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -67,7 +67,7 @@ jobs:
run: bundle exec fastlane build

- name: Upload artifact aab
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
path: app/build/app/outputs/bundle/release/app-release.aab
name: release-aab
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
run: bundle exec fastlane build

- name: Upload artifact ipa
uses: actions/[email protected].0
uses: actions/[email protected].3
with:
path: app/ios/Runner.ipa
name: release-ios
Expand Down

0 comments on commit 6f8770d

Please sign in to comment.