Skip to content

Commit

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

build(deps): bump the dependencies group with 2 updates
  • Loading branch information
YumNumm authored Sep 5, 2024
2 parents 86a5411 + f95cee5 commit a0b49ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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://github.com/peter-evans/create-pull-request/tree/v6/
- name: Create or update pull request
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79
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://github.com/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
with:
bundler-cache: true
working-directory: app/android
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@a6e6f86333f0a2523ece813039b8b4be04560854
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
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://github.com/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
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://github.com/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
with:
bundler-cache: true
working-directory: app/android
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

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

0 comments on commit a0b49ba

Please sign in to comment.