Skip to content

Commit c08f48e

Browse files
Bump actions/checkout from 3.3.0 to 3.5.0 (#1970)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0b4fbe commit c08f48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/specparser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
16+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
1717
with:
1818
fetch-depth: 2
19-
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
19+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2020
with:
2121
repository: dart-lang/sdk
2222
path: sdk

0 commit comments

Comments
 (0)