Skip to content

Commit 30a9f49

Browse files
Bump actions/checkout from 3.6.0 to 4.1.1 (#75)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8734e5d commit 30a9f49

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.6.0
21+
- uses: actions/checkout@v4.1.1
2222
- run: dart --version
2323
- run: dart pub get
2424
# Verify the library re-generates.

0 commit comments

Comments
 (0)