8000 Bump actions/checkout from 3.1.0 to 3.3.0 (#207) · dart-archive/file.dart@72a67c3 · 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 72a67c3

Browse files
Bump actions/checkout from 3.1.0 to 3.3.0 (#207)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93ea575...ac59398) --- 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 a88f4d5 commit 72a67c3

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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
22+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
48+
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
4949
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
5050
with:
5151
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)
0