Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 2 updates #716

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the github-actions group with 2 updates: actions/checkout and dart-lang/setup-dart.

Updates actions/checkout from 2.3.4 to 4.2.2

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

v4.2.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.7...v4.2.0

v4.1.7

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: actions/checkout@v4.1.5...v4.1.6

v4.1.5

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates dart-lang/setup-dart from 1.0.0 to 1.6.5

Release notes

Sourced from dart-lang/setup-dart's releases.

v1.6.5

  • Fix zip path handling on Windows 11 (#118[])

#118: dart-lang/setup-dart#118

v1.6.4

  • Rebuild JS code to include changes from v1.6.3

v1.6.3

v1.6.2

v1.6.1

  • Updated the google storage url for main channel releases.

v1.6.0

  • Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g. 3.2).

v1.5.1

  • No longer test the setup-dart action on pre-2.12 SDKs.
  • Upgrade JS interop code to use extension types (the new name for inline classes).
  • The upcoming rename of the be channel to main is now supported with forward compatibility that switches when the rename happens.

v1.5.0

  • Re-wrote the implementation of the action into Dart.
  • Auto-detect the platform architecture (x64, ia32, arm, arm64).
  • Improved the caching and download resilience of the sdk.
  • Added a new action output: dart-version - the installed version of the sdk.

v1.4

  • Added reusable workflow for automated publishing to pub.dev
  • Automatically setup OIDC tokens for authentication with pub.dev

See dart.dev/go/automated-publishing for details.

v1.3

  • The install location of the Dart SDK is now available in an environment variable, DART_HOME (#43)

  • Fixed a issue where cached downloads could lead to unzip issues on self hosted runners (#35)

v1.2

... (truncated)

Changelog

Sourced from dart-lang/setup-dart's changelog.

v1.6.5

  • Fix zip path handling on Windows 11 (#118[])

#118: dart-lang/setup-dart#118

v1.6.4

  • Rebuild JS code.

v1.6.3

v1.6.2

v1.6.1

  • Updated the google storage url for main channel releases.

v1.6.0

  • Enable provisioning of the latest Dart SDK patch release by specifying just the major and minor version (e.g. 3.2).

v1.5.1

  • No longer test the setup-dart action on pre-2.12 SDKs.
  • Upgrade JS interop code to use extension types (the new name for inline classes).
  • The upcoming rename of the be channel to main is now supported with forward compatibility that switches when the rename happens.

v1.5.0

  • Re-wrote the implementation of the action into Dart.
  • Auto-detect the platform architecture (x64, ia32, arm, arm64).
  • Improved the caching and download resilience of the sdk.
  • Added a new action output: dart-version - the installed version of the sdk.

v1.4.0

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart).


Updates `actions/checkout` from 2.3.4 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.4...11bd719)

Updates `dart-lang/setup-dart` from 1.0.0 to 1.6.5
- [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@v1...0a8a0fc)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the autosubmit label Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
License Headers ✔️
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

1 similar comment
Copy link

github-actions bot commented Nov 1, 2024

PR Health

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage ✔️
File Coverage

This check for test coverage is informational (issues shown here will not fail the PR).

API leaks ✔️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbols
License Headers ✔️
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

@auto-submit auto-submit bot merged commit 4b62792 into main Nov 1, 2024
69 checks passed
@auto-submit auto-submit bot deleted the dependabot/github_actions/github-actions-9f99ab398d branch November 1, 2024 22:01
copybara-service bot pushed a commit to dart-lang/sdk that referenced this pull request Nov 4, 2024
…arkdown, package_config, pool, pub_semver, shelf, source_maps, source_span, stack_trace, stream_channel, string_scanner, sync_http, term_glyph, test_descriptor, test_process, test_reflective_loader, tools, vector_math, watcher, web, web_socket_channel, webdriver, webkit_inspection_protocol, yaml, yaml_edit

Revisions updated by `dart tools/rev_sdk_deps.dart`.

core (https://github.com/dart-lang/core/compare/9ad6888..4b62792):
  4b627929  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/core#716)

csslib (https://github.com/dart-lang/csslib/compare/7f5f84e..3cfa58c):
  3cfa58c  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-archive/csslib#209)

ecosystem (https://github.com/dart-lang/ecosystem/compare/5099841..52e4ceb):
  52e4ceb  2024-11-01  dependabot[bot]  Bump the github-actions group with 5 updates (dart-lang/ecosystem#317)

glob (https://github.com/dart-lang/glob/compare/3e414a2..b6319d6):
  b6319d6  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/glob#99)

http_multi_server (https://github.com/dart-lang/http_multi_server/compare/a9e71fa..c8aabe3):
  c8aabe3  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-archive/http_multi_server#74)

lints (https://github.com/dart-lang/lints/compare/19d99bc..f72e5ce):
  f72e5ce  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 (dart-lang/lints#215)

markdown (https://github.com/dart-lang/markdown/compare/a4b1d2c..776689c):
  776689c  2024-11-01  Sam Rawlins  Add one more note to the 7.2.3 changelog before publishing (dart-lang/markdown#628)
  4a293d8  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/markdown#629)

package_config (https://github.com/dart-lang/package_config/compare/bafff8e..2583a4e):
  2583a4e  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/package_config#160)

pool (https://github.com/dart-lang/pool/compare/7bfc71b..0bac9b2):
  0bac9b2  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/pool#92)

pub_semver (https://github.com/dart-lang/pub_semver/compare/72317ea..ab3eab5):
  ab3eab5  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/pub_semver#109)

shelf (https://github.com/dart-lang/shelf/compare/f560053..1a141c7):
  1a141c7  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/shelf#454)

source_maps (https://github.com/dart-lang/source_maps/compare/17695e8..b20b970):
  b20b970  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/source_maps#97)

source_span (https://github.com/dart-lang/source_span/compare/e518512..f147469):
  f147469  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/source_span#119)

stack_trace (https://github.com/dart-lang/stack_trace/compare/582891c..63e79f5):
  63e79f5  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/stack_trace#165)

stream_channel (https://github.com/dart-lang/stream_channel/compare/f440716..9bfc2a8):
  9bfc2a8  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/stream_channel#112)

string_scanner (https://github.com/dart-lang/string_scanner/compare/4de83f0..255d671):
  255d671  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/string_scanner#84)

sync_http (https://github.com/dart-lang/sync_http/compare/44b5913..82362bc):
  82362bc  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 (google/sync_http.dart#52)

term_glyph (https://github.com/dart-lang/term_glyph/compare/d7d8d7c..31abb04):
  31abb04  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/term_glyph#58)

test_descriptor (https://github.com/dart-lang/test_descriptor/compare/aa99e99..7119567):
  7119567  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/test_descriptor#73)

test_process (https://github.com/dart-lang/test_process/compare/c4986dd..7c76f47):
  7c76f47  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/test_process#64)

test_reflective_loader (https://github.com/dart-lang/test_reflective_loader/compare/598af2f..30a552d):
  30a552d  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/test_reflective_loader#66)

tools (https://github.com/dart-lang/tools/compare/5f4f945..b028012):
  b028012c  2024-11-04  Kevin Moore  Fix analysis across packages (dart-lang/tools#1187)
  f5d3a196  2024-10-31  Sam Rawlins  Merge pull request `#684` from dart-lang/srawlins-patch-1
  0c199dfa  2024-10-22  Sam Rawlins  Fix doc comment references with backticks

vector_math (https://github.com/google/vector_math.dart/compare/3937447..ec5080d):
  ec5080d  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (google/vector_math.dart#334)

watcher (https://github.com/dart-lang/watcher/compare/3b85077..7a15a90):
  7a15a90  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/watcher#172)

web (https://github.com/dart-lang/web/compare/d3a61aa..8d24376):
  8d24376  2024-11-01  dependabot[bot]  Bump the github-actions group with 2 updates (dart-lang/web#319)

web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/1f15eca..abe77ea):
  abe77ea  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/web_socket_channel#386)

webdriver (https://github.com/google/webdriver.dart/compare/accfed5..4998763):
  4998763  2024-11-02  David Vandorpe  Add reason parameter to waitFor. (google/webdriver.dart#305)
  ffcd45e  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 (google/webdriver.dart#306)
  19d0d7a  2024-11-01  Devon Carew  Update analysis_options.yaml (google/webdriver.dart#307)

webkit_inspection_protocol (https://github.com/google/webkit_inspection_protocol.dart/compare/b459c42..a834c3b):
  a834c3b  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (google/webkit_inspection_protocol.dart#131)

yaml (https://github.com/dart-lang/yaml/compare/6cc2745..402655e):
  402655e  2024-11-01  dependabot[bot]  Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (dart-lang/yaml#172)

yaml_edit (https://github.com/dart-lang/yaml_edit/compare/35f4248..3d1421b):
  3d1421b  2024-11-01  dependabot[bot]  Bump the github-actions group across 1 directory with 2 updates (dart-lang/yaml_edit#98)

Change-Id: I2f35fd3023e6c587b8a52bcc0d1f8376786fe300
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/393383
Reviewed-by: Konstantin Shcheglov <[email protected]>
Commit-Queue: Devon Carew <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant