Skip to content

Commit df54f0d

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#50)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91c0dd5 commit df54f0d

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
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
sdk: [dev]
2424
steps:
25-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2626
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2727
with:
2828
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
4949
os: [ubuntu-latest]
5050
sdk: [3.0, dev]
5151
steps:
52-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
52+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
5353
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
5454
with:
5555
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)