From 74c95f786c65013dac2562445ff5321a47e37b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:46:05 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) and [subosito/flutter-action](https://github.com/subosito/flutter-action). Updates `dart-lang/setup-dart` from 1.6.5 to 1.7.0 - [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/0a8a0fc875eb934c15d08629302413c671d3f672...e630b99d28a3b71860378cafdc2a067c71107f94) Updates `subosito/flutter-action` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/74af56c5ed2697ba4621264652728e8d217e53d3...f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/c-dart_interop_tests.yaml | 2 +- .github/workflows/weekly-jobs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-dart_interop_tests.yaml b/.github/workflows/c-dart_interop_tests.yaml index b19d60d..54fbdc5 100644 --- a/.github/workflows/c-dart_interop_tests.yaml +++ b/.github/workflows/c-dart_interop_tests.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: true - - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 # v1.6.5 + - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 # v1.7.0 - name: get atchops c module uses: ./.github/composite/update-submodule diff --git a/.github/workflows/weekly-jobs.yaml b/.github/workflows/weekly-jobs.yaml index aaddcae..9774dd4 100644 --- a/.github/workflows/weekly-jobs.yaml +++ b/.github/workflows/weekly-jobs.yaml @@ -39,7 +39,7 @@ jobs: ref: ${{ needs.build_branch.outputs.branch_name }} submodules: true - - uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3 #v2.17.0 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff #v2.18.0 with: channel: "stable" cache: ${{ needs.build_branch.outputs.build_id != '' }}