Skip to content

Commit

Permalink
Merge pull request #837 from YumNumm/dependabot/github_actions/depend…
Browse files Browse the repository at this point in the history
…encies-511befce4f

build(deps): bump the dependencies group across 1 directory with 2 updates
  • Loading branch information
YumNumm authored Oct 13, 2024
2 parents 10f523b + 6f8770d commit 86bee83
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 86bee83

Please sign in to comment.