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 d0b01d2ac509deeb2d41d27918204416ba9b1947.
- [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...d0b01d2)

---
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 Nov 4, 2024
1 parent 0055e53 commit 30aa00d
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@d0b01d2ac509deeb2d41d27918204416ba9b1947 # main
with:
sdk: 3.3.0

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@d0b01d2ac509deeb2d41d27918204416ba9b1947 # main
with:
sdk: 3.3.0

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@d0b01d2ac509deeb2d41d27918204416ba9b1947 # 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 @@ -51,7 +51,7 @@ jobs:
run: git submodule update --init

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@d0b01d2ac509deeb2d41d27918204416ba9b1947 # 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 @@ -51,7 +51,7 @@ jobs:
run: git submodule update --init

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@d0b01d2ac509deeb2d41d27918204416ba9b1947 # 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 @@ -48,7 +48,7 @@ jobs:
run: git submodule update --init

- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
uses: dart-lang/setup-dart@d0b01d2ac509deeb2d41d27918204416ba9b1947 # 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@d0b01d2ac509deeb2d41d27918204416ba9b1947 # 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@d0b01d2ac509deeb2d41d27918204416ba9b1947 # main
with:
sdk: stable

Expand Down

0 comments on commit 30aa00d

Please sign in to comment.