Skip to content

Commit 85d2651

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (dart-archive/http_parser#102)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 86b434a commit 85d2651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
sdk: [dev]
2525
steps:
26-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2727
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2828
with:
2929
sdk: ${{ matrix.sdk }}
@@ -46,7 +46,7 @@ jobs:
4646
os: [ubuntu-latest]
4747
sdk: [3.4, dev]
4848
steps:
49-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
49+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5050
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5151
with:
5252
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)