Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 23d7758

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (#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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce528cf commit 23d7758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-package.yml

+2-2
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)