From 332b1a3b1f009e4315a7807301ea0537b559151a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 06:45:52 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates (#853) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the github-actions group with 2 updates in the / directory: [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `dart-lang/setup-dart` from 1.6.0 to 1.6.5
Release notes

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

v1.6.5

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

v1.6.4

v1.6.3

v1.6.2

v1.6.1

Changelog

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

v1.6.5

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

v1.6.4

v1.6.3

v1.6.2

v1.6.1

v1.6.0

v1.5.1

v1.5.0

v1.4.0

... (truncated)

Commits

Updates `softprops/action-gh-release` from 2.0.4 to 2.0.6
Release notes

Sourced from softprops/action-gh-release's releases.

v2.0.6

maintenance release with updated dependencies

v2.0.5

Changelog

Sourced from softprops/action-gh-release's changelog.

2.0.6

2.0.5

2.0.4

2.0.3

2.0.2

2.0.1

2.0.0

0.1.15

0.1.14

0.1.13

0.1.12

... (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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--- .github/workflows/conformance.yml | 2 +- .github/workflows/intl.yml | 2 +- .github/workflows/intl4x.yml | 2 +- .github/workflows/intl4x_artifacts.yml | 4 ++-- .github/workflows/intl_translation.yml | 2 +- .github/workflows/messages.yml | 2 +- .github/workflows/messages_builder.yml | 2 +- .github/workflows/messages_serializer.yml | 2 +- .github/workflows/messages_shrinker.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 8234474f..0010b240 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -17,7 +17,7 @@ jobs: run_all: runs-on: ubuntu-latest steps: - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: stable diff --git a/.github/workflows/intl.yml b/.github/workflows/intl.yml index c834fb0c..cd12c56e 100644 --- a/.github/workflows/intl.yml +++ b/.github/workflows/intl.yml @@ -29,7 +29,7 @@ jobs: run-tests: true steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{matrix.sdk}} diff --git a/.github/workflows/intl4x.yml b/.github/workflows/intl4x.yml index 403cd06e..9987cc57 100644 --- a/.github/workflows/intl4x.yml +++ b/.github/workflows/intl4x.yml @@ -37,7 +37,7 @@ jobs: with: submodules: true - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{matrix.sdk}} diff --git a/.github/workflows/intl4x_artifacts.yml b/.github/workflows/intl4x_artifacts.yml index a65d4807..ae6f7a4f 100644 --- a/.github/workflows/intl4x_artifacts.yml +++ b/.github/workflows/intl4x_artifacts.yml @@ -30,7 +30,7 @@ jobs: - name: Show the selected Rust toolchain run: rustup show - - uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: dev @@ -151,7 +151,7 @@ jobs: run: ls -R - name: Release - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 + uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 with: files: '**' fail_on_unmatched_files: true diff --git a/.github/workflows/intl_translation.yml b/.github/workflows/intl_translation.yml index 1c6db483..2c2d47ed 100644 --- a/.github/workflows/intl_translation.yml +++ b/.github/workflows/intl_translation.yml @@ -29,7 +29,7 @@ jobs: run-tests: true steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{matrix.sdk}} diff --git a/.github/workflows/messages.yml b/.github/workflows/messages.yml index cf14bc3b..f217bd44 100644 --- a/.github/workflows/messages.yml +++ b/.github/workflows/messages.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{matrix.sdk}} diff --git a/.github/workflows/messages_builder.yml b/.github/workflows/messages_builder.yml index d3a26283..0f07d85a 100644 --- a/.github/workflows/messages_builder.yml +++ b/.github/workflows/messages_builder.yml @@ -29,7 +29,7 @@ jobs: run-tests: true steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{matrix.sdk}} diff --git a/.github/workflows/messages_serializer.yml b/.github/workflows/messages_serializer.yml index 419446f7..236d5aaa 100644 --- a/.github/workflows/messages_serializer.yml +++ b/.github/workflows/messages_serializer.yml @@ -29,7 +29,7 @@ jobs: run-tests: true steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{matrix.sdk}} diff --git a/.github/workflows/messages_shrinker.yml b/.github/workflows/messages_shrinker.yml index a21137ff..be414273 100644 --- a/.github/workflows/messages_shrinker.yml +++ b/.github/workflows/messages_shrinker.yml @@ -29,7 +29,7 @@ jobs: run-tests: true steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - - uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3 + - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{matrix.sdk}}