Skip to content

Commit e47a0fc

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0
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] <[email protected]>
1 parent f8bbdce commit e47a0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
sdk: [3.2.0, dev]
2020
steps:
21-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
21+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2222
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
2323
with:
2424
sdk: ${{ matrix.sdk }}
@@ -70,7 +70,7 @@ jobs:
7070
- os: macos-latest
7171
platform: chrome
7272
steps:
73-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
73+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
7474
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
7575
with:
7676
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)