Skip to content

Commit 60c37b6

Browse files
Bump the github-actions group across 1 directory with 2 updates (dart-lang/mockito#761)
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart). Updates `actions/checkout` from 4.1.1 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@b4ffde6...692973e) Updates `dart-lang/setup-dart` from 1.6.2 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@fedb126...0a8a0fc) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: dart-lang/setup-dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31c2096 commit 60c37b6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pkgs/mockito/.github/workflows/test-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
steps:
24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
24+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2626
with:
2727
sdk: 3.3.0
2828
- id: install
@@ -39,8 +39,8 @@ jobs:
3939
matrix:
4040
sdk: [3.3.0, dev]
4141
steps:
42-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
43-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
42+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
43+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
4444
with:
4545
sdk: ${{ matrix.sdk }}
4646
- id: install
@@ -61,8 +61,8 @@ jobs:
6161
os: [ubuntu-latest]
6262
sdk: [3.3.0, dev]
6363
steps:
64-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
65-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
64+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
65+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
6666
with:
6767
sdk: ${{ matrix.sdk }}
6868
- id: install
@@ -86,8 +86,8 @@ jobs:
8686
matrix:
8787
os: [ubuntu-latest]
8888
steps:
89-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
90-
- uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
89+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
90+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
9191
with:
9292
sdk: dev
9393
- id: install

0 commit comments

Comments
 (0)