Skip to content

Commit

Permalink
chore(deps): Bump dart-lang/setup-dart
Browse files Browse the repository at this point in the history
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from e58aeb62aef51dcc4d0ba8eada7c08092aad5314 to 7f54cd0cee53e120db0d1fce4196b7772ebd6f6e.
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@e58aeb6...7f54cd0)

---
updated-dependencies:
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent ff8f59d commit a75b12b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: 3.2.0-150.0.dev

Expand All @@ -55,7 +55,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: 3.2.0-150.0.dev

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config --global user.name "Amplify Flutter"
- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_dart2js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: git submodule update --init

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: ${{ matrix.sdk }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_ddc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: git submodule update --init

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: ${{ matrix.sdk }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: git submodule update --init

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dart_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
channel: stable

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: ${{ matrix.sdk }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@7f54cd0cee53e120db0d1fce4196b7772ebd6f6e # main
with:
sdk: stable

Expand Down

0 comments on commit a75b12b

Please sign in to comment.