Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the dependencies group across 1 directory with 2 updates #827

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

# https:/peter-evans/create-pull-request/tree/v6/
- name: Create or update pull request
uses: peter-evans/create-pull-request@d121e62763d8cc35b5fb1710e887d6e69a52d3a4
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
if: failure()
id: cpr
with:
Expand Down
4 changes: 2 additions & 2 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@52753b7da854d5c07df37391a986c76ab4615999
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442
with:
bundler-cache: true
working-directory: app/android
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Set up ruby
# https:/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442
with:
bundler-cache: true
working-directory: app/android
Expand Down
2 changes: 1 addition & 1 deletion .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@52753b7da854d5c07df37391a986c76ab4615999
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442
with:
bundler-cache: true
working-directory: app/ios
Expand Down
4 changes: 2 additions & 2 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@52753b7da854d5c07df37391a986c76ab4615999
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442
with:
bundler-cache: true
working-directory: app/android
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:

- name: Set up ruby
# https:/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442
with:
bundler-cache: true
working-directory: app/ios
Expand Down
Loading