build: (deps): bump dart-lang/setup-dart from 1.4.0 to 1.8.1 - #2471
Open
dependabot[bot] wants to merge 1 commit into
Open
build: (deps): bump dart-lang/setup-dart from 1.4.0 to 1.8.1#2471dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.4.0 to 1.8.1. - [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@a57a6c0...6afc89d) --- updated-dependencies: - dependency-name: dart-lang/setup-dart dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/dart-lang/setup-dart-1.8.1
branch
from
August 31, 2026 15:30
f6f2489 to
c06bd48
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps dart-lang/setup-dart from 1.4.0 to 1.8.1.
Release notes
Sourced from dart-lang/setup-dart's releases.
... (truncated)
Changelog
Sourced from dart-lang/setup-dart's changelog.
... (truncated)
Commits
6afc89dPin actions/checkout to a commit SHA and harden workflow permissions (#196)b653b3cPrepare v1.8.1 release (#195)45165d2Bump the github-actions group across 1 directory with 2 updates (#194)9af6bbaPin actions/checkout to a commit SHA in publish.yml (#193)ddca5d2Bump@vercel/nccin the npm-dependencies group across 1 directory (#185)5c116a3Bump undici from 6.27.0 to 6.28.0 (#190)7654d45chore: prepare v1.8.0 release (#188) (#189)43c102fBump actions/checkout from 6 to 7 in the github-actions group (#184)10b57efBump the npm-dependencies group across 1 directory with 2 updates (#179)a73965bBump undici from 6.24.1 to 6.27.0 (#182)Note
Low Risk
CI-only change to the Dart setup action pin with no application code or runtime behavior changes.
Overview
Updates the pinned
dart-lang/setup-dartaction commit inintegrate.ymlfrom the v1.4.0 SHA to6afc89df92d6eb3834022f73cd65adc8cdfcb92d(v1.8.1).The same bump is applied across six CI jobs that install the Dart SDK: e2ee_test, coverage_without_olm, coverage, dart_web_compatible, database_web_tests, and pub-dev-dry-run. Each job still uses
sdk: ${{ env.dart_version }}fromversions.env; only the setup action version changes.Upstream v1.8.x brings dart analyze problem matchers for PR annotations, Node 24 runtime, and dependency/security updates in the action itself.
Reviewed by Cursor Bugbot for commit c06bd48. Bugbot is set up for automated code reviews on this repo. Configure here.