From 7361df65b6fa01dd7e277a74736305dcdc6ffe62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:06:00 +0100 Subject: [PATCH] Bump dart-lang/setup-dart (#65) Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 7b1734b5b08d53fbf347cf96b664fa1a49cc6497 to a57a6c04cf7d4840e88432aad6281d1e125f0d46. - [Release notes](https://github.com/dart-lang/setup-dart/releases) - [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md) - [Commits](https://github.com/dart-lang/setup-dart/compare/7b1734b5b08d53fbf347cf96b664fa1a49cc6497...a57a6c04cf7d4840e88432aad6281d1e125f0d46) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb55d87..d1d21be 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: # Checkout repository - uses: actions/checkout@v3 # Setup Dart SDK with JWT token - - uses: dart-lang/setup-dart@7b1734b5b08d53fbf347cf96b664fa1a49cc6497 + - uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46 # Minimal package setup and dry run checks. - name: Install dependencies run: dart pub get