Skip to content

Commit

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

build(deps): bump the dependencies group across 1 directory with 4 updates
  • Loading branch information
YumNumm authored Oct 1, 2024
2 parents cecfd4f + d271b5a commit 10f523b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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:/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
6 changes: 3 additions & 3 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:/ruby/setup-ruby/tree/v1/
uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972
with:
bundler-cache: true
working-directory: app/android

# https:/actions/setup-java/tree/v4/
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
with:
distribution: "oracle"
java-version: "17"
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@c04af2bb7258bb6a03df1d3c1865998ac9390972
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@c04af2bb7258bb6a03df1d3c1865998ac9390972
with:
bundler-cache: true
working-directory: app/ios
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "Host github.com \n\tIdentityFile ~/.ssh/id_ed25519\n\tUser git\n\tIdentityiesOnly yes" >> ~/.ssh/config
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
- uses: kuhnroyal/flutter-fvm-config-action@v2
- uses: kuhnroyal/flutter-fvm-config-action@v3
id: fvm-config-action
- uses: subosito/flutter-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web-widgetbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "Host github.com \n\tIdentityFile ~/.ssh/id_ed25519\n\tUser git\n\tIdentityiesOnly yes" >> ~/.ssh/config
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
- uses: kuhnroyal/flutter-fvm-config-action@v2
- uses: kuhnroyal/flutter-fvm-config-action@v3
id: fvm-config-action
- uses: subosito/flutter-action@v2
with:
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@c04af2bb7258bb6a03df1d3c1865998ac9390972
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@c04af2bb7258bb6a03df1d3c1865998ac9390972
with:
bundler-cache: true
working-directory: app/ios
Expand Down

0 comments on commit 10f523b

Please sign in to comment.