Skip to content

Commit 0bad648

Browse files
Bump actions/checkout from 3.5.2 to 3.6.0 (#67)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.6.0) --- 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 d071653 commit 0bad648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: dart-lang/[email protected]
1919
with:
2020
sdk: ${{ matrix.sdk }}
21-
- uses: actions/checkout@v3.5.2
21+
- uses: actions/checkout@v3.6.0
2222
- run: dart --version
2323
- run: dart pub get
2424
# Verify the library re-generates.

0 commit comments

Comments
 (0)