Skip to content

Commit e52760c

Browse files
dependabot[bot]srawlins
authored andcommitted
Bump the github-actions group across 1 directory with 2 updates
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.7 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@692973e...11bd719) 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](dart-lang/setup-dart@0a8a0fc...e630b99) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor 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]>
1 parent 67c3237 commit e52760c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.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@692973e3d937129bcbf40652eb9f2f61becf3332
25-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
2626
with:
2727
sdk: 3.5.0
2828
- id: install
@@ -39,8 +39,8 @@ jobs:
3939
matrix:
4040
sdk: [3.5.0, dev]
4141
steps:
42-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
43-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
42+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
43+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
4444
with:
4545
sdk: ${{ matrix.sdk }}
4646
- id: install
@@ -61,8 +61,8 @@ jobs:
6161
os: [ubuntu-latest]
6262
sdk: [3.5.0, dev]
6363
steps:
64-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
65-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
64+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
65+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
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@692973e3d937129bcbf40652eb9f2f61becf3332
90-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
89+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
90+
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
9191
with:
9292
sdk: dev
9393
- id: install

0 commit comments

Comments
 (0)