Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit f5d7204

Browse files
Bump the github-actions group with 2 updates
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 4.1.6 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@a5ac7e5...692973e) Updates `dart-lang/setup-dart` from 1.6.4 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@f0ead98...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] <support@github.com>
1 parent 6d3ba5e commit f5d7204

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-package.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
matrix:
2525
sdk: [dev]
2626
steps:
27-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
28-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
27+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
28+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2929
with:
3030
channel: ${{ matrix.sdk }}
3131
- id: install
@@ -51,8 +51,8 @@ jobs:
5151
os: [ubuntu-latest]
5252
sdk: [3.3, dev]
5353
steps:
54-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
55-
- uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
54+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
55+
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5656
with:
5757
channel: ${{ matrix.sdk }}
5858
- id: install

0 commit comments

Comments
 (0)