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

Commit 9d65a4a

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b05be8 commit 9d65a4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
sdk: [dev]
2626
steps:
27-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
27+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2828
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2929
with:
3030
channel: ${{ matrix.sdk }}
@@ -51,7 +51,7 @@ jobs:
5151
os: [ubuntu-latest]
5252
sdk: [3.3, dev]
5353
steps:
54-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
54+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5555
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5656
with:
5757
channel: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)