Skip to content

Commit

Permalink
chore(deps): bump dart-lang/setup-dart from e2fce1213c49504e0029ade4b…
Browse files Browse the repository at this point in the history
…ac39403dfc11fb3 to cdb51fff2b088939ef86fe041b18e82cb4733522 (#3462)

* chore(deps): bump dart-lang/setup-dart

Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from e2fce1213c49504e0029ade4bac39403dfc11fb3 to cdb51fff2b088939ef86fe041b18e82cb4733522.
- [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@e2fce12...cdb51ff)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update custom workflows

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dillon Nys <[email protected]>
  • Loading branch information
dependabot[bot] and Dillon Nys authored Jul 27, 2023
1 parent f77bf66 commit 5ca05fb
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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@e2fce1213c49504e0029ade4bac39403dfc11fb3 # main
uses: dart-lang/setup-dart@cdb51fff2b088939ef86fe041b18e82cb4733522 # 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 @@ -48,7 +48,7 @@ jobs:
run: git submodule update --init

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

- name: Setup Dart
uses: dart-lang/setup-dart@e2fce1213c49504e0029ade4bac39403dfc11fb3 # main
uses: dart-lang/setup-dart@cdb51fff2b088939ef86fe041b18e82cb4733522 # 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@e2fce1213c49504e0029ade4bac39403dfc11fb3 # main
uses: dart-lang/setup-dart@cdb51fff2b088939ef86fe041b18e82cb4733522 # 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 @@ -57,7 +57,7 @@ jobs:
channel: beta

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

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

- name: Setup Dart
uses: dart-lang/setup-dart@e2fce1213c49504e0029ade4bac39403dfc11fb3 # main
uses: dart-lang/setup-dart@cdb51fff2b088939ef86fe041b18e82cb4733522 # main
with:
sdk: stable

Expand Down
2 changes: 1 addition & 1 deletion packages/aft/workflow.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@e2fce1213c49504e0029ade4bac39403dfc11fb3 # main
uses: dart-lang/setup-dart@cdb51fff2b088939ef86fe041b18e82cb4733522 # main
with:
sdk: stable

Expand Down
2 changes: 1 addition & 1 deletion packages/aws_sdk/smoke_test/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: git submodule update --init

- name: Setup Dart
uses: dart-lang/setup-dart@e2fce1213c49504e0029ade4bac39403dfc11fb3 # main
uses: dart-lang/setup-dart@cdb51fff2b088939ef86fe041b18e82cb4733522 # main
with:
sdk: stable

Expand Down

0 comments on commit 5ca05fb

Please sign in to comment.