Skip to content

Commit

Permalink
Merge pull request #872 from YumNumm/dependabot/github_actions/depend…
Browse files Browse the repository at this point in the history
…encies-70f586a410

build(deps): bump the dependencies group across 1 directory with 3 updates
  • Loading branch information
YumNumm authored Dec 28, 2024
2 parents fea5bc7 + f6830e1 commit 5afa31f
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:

- name: Set up ruby
# https://github.com/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f
with:
bundler-cache: true
working-directory: app/android

# https://github.com/actions/setup-java/tree/v4/
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
with:
distribution: "oracle"
java-version: "17"
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: bundle exec fastlane build

- name: Upload artifact aab
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
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@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f
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@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
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@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
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@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc
uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f
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/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
path: app/ios/Runner.ipa
name: release-ios
Expand Down
2 changes: 1 addition & 1 deletion app/lib/core/provider/websocket/websocket_provider.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5afa31f

Please sign in to comment.