8000 Bump actions/checkout from 3.3.0 to 3.5.2 (#218) · dart-archive/file.dart@8158a35 · GitHub
[go: up one dir, main page]

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

Commit 8158a35

Browse files
Bump actions/checkout from 3.3.0 to 3.5.2 (#218)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8e5e7e5) --- 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 72a67c3 commit 8158a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
package: [file, file_testing]
2020

2121
steps:
22-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
22+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
2323
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
2424
with:
2525
sdk: dev
@@ -45,7 +45,7 @@ jobs:
4545
sdk: [stable, beta, dev]
4646

4747
steps:
48-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
48+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
4949
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
5050
with:
5151
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)
0