Skip to content

Commit

Permalink
bump the dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
---
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 9, 2024
1 parent 10f523b commit 09a209b
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:/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].2
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:/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:/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].2
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:/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].2
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:/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].2
with:
path: app/ios/Runner.ipa
name: release-ios
Expand Down

0 comments on commit 09a209b

Please sign in to comment.