Skip to content

Commit 8886dfd

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#649)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e5e7e5...c85c95e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7df4c8 commit 8886dfd

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.0.0, dev]
2020
steps:
21-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
21+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
2222
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
2323
with:
2424
sdk: ${{ matrix.sdk }}
@@ -70,7 +70,7 @@ jobs:
7070
- os: macos-latest
7171
platform: chrome
7272
steps:
73-
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
73+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
7474
- uses: dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
7575
with:
7676
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)